summaryrefslogtreecommitdiffstats
path: root/lib/libsqlite3/src/alter.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsqlite3/src/alter.c')
-rw-r--r--lib/libsqlite3/src/alter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsqlite3/src/alter.c b/lib/libsqlite3/src/alter.c
index 64204b7b249..dd060248b8f 100644
--- a/lib/libsqlite3/src/alter.c
+++ b/lib/libsqlite3/src/alter.c
@@ -174,8 +174,8 @@ static void renameTriggerFunc(
UNUSED_PARAMETER(NotUsed);
/* The principle used to locate the table name in the CREATE TRIGGER
- ** statement is that the table name is the first token that is immediatedly
- ** preceded by either TK_ON or TK_DOT and immediatedly followed by one
+ ** statement is that the table name is the first token that is immediately
+ ** preceded by either TK_ON or TK_DOT and immediately followed by one
** of TK_WHEN, TK_BEGIN or TK_FOR.
*/
if( zSql ){