diff --git a/crates/diesel/RUSTSEC-0000-0000.md b/crates/diesel/RUSTSEC-0000-0000.md index 988389b..80da7a1 100644 --- a/crates/diesel/RUSTSEC-0000-0000.md +++ b/crates/diesel/RUSTSEC-0000-0000.md @@ -15,7 +15,7 @@ patched = [">= 1.4.6"] # Fix a use-after-free bug in diesels Sqlite backend -We've missused `sqlite3_column_name`. The +We've misused `sqlite3_column_name`. The [SQLite](https://www.sqlite.org/c3ref/column_name.html) documentation states that the following: