diff options
Diffstat (limited to 'src/alter.c')
-rw-r--r-- | src/alter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alter.c b/src/alter.c index 64204b7b2..dd060248b 100644 --- a/src/alter.c +++ b/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 ){ |