summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/sqlite/tokenize.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/sqlite/tokenize.c')
-rw-r--r--src/3rdparty/sqlite/tokenize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/sqlite/tokenize.c b/src/3rdparty/sqlite/tokenize.c
index a95197c9..96dad9f4 100644
--- a/src/3rdparty/sqlite/tokenize.c
+++ b/src/3rdparty/sqlite/tokenize.c
@@ -508,7 +508,7 @@ abort_parse:
/*
** Return TRUE if the given SQL string ends in a semicolon.
**
-** Special handling is retquire for CREATE TRIGGER statements.
+** Special handling is require for CREATE TRIGGER statements.
** Whenever the CREATE TRIGGER keywords are seen, the statement
** must end with ";END;".
**