diff options
Diffstat (limited to 'src/3rdparty/sqlite/tokenize.c')
-rw-r--r-- | src/3rdparty/sqlite/tokenize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/sqlite/tokenize.c b/src/3rdparty/sqlite/tokenize.c index a95197c99..96dad9f41 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;". ** |