chore: typos

This commit is contained in:
thesimplekid
2023-07-03 09:49:40 -05:00
committed by Greg Heartsfield
parent 087b68128f
commit 06fcaad9a1
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -978,7 +978,7 @@ fn query_from_filter(f: &ReqFilter) -> (String, Vec<Box<dyn ToSql>>, Option<Stri
return (empty_query, empty_params, None);
}
// check if the index needs to be overriden
// check if the index needs to be overridden
let idx_name = override_index(f);
let idx_stmt = idx_name
.as_ref()