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 ea713c336..34195c651 100644
--- a/src/3rdparty/sqlite/where.c
+++ b/src/3rdparty/sqlite/where.c
@@ -412,7 +412,7 @@ WhereInfo *sqliteWhereBegin(
exprAnalyze(&maskSet, &aExpr[i]);
/* If we are executing a trigger body, remove all references to
- ** new.* and old.* tables from the preretquisite masks.
+ ** new.* and old.* tables from the prerequisite masks.
*/
if( pParse->trigStack ){
int x;