summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/sqlite/where.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/sqlite/where.c')
-rw-r--r--src/3rdparty/sqlite/where.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/sqlite/where.c b/src/3rdparty/sqlite/where.c
index 7eb7db7f..ea713c33 100644
--- a/src/3rdparty/sqlite/where.c
+++ b/src/3rdparty/sqlite/where.c
@@ -440,7 +440,7 @@ WhereInfo *sqliteWhereBegin(
** iDirectEq[], iDirectLt[], or iDirectGt[] elements for that table
** to the index of the term containing the ROWID. We always prefer
** to use a ROWID which can directly access a table rather than an
- ** index which retquires reading an index first to get the rowid then
+ ** index which requires reading an index first to get the rowid then
** doing a second read of the actual database table.
**
** Actually, if there are more than 32 tables in the join, only the