summaryrefslogtreecommitdiffstats
path: root/database/sqlite/sqlite3.c
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2021-12-22 10:14:10 -0500
committerGitHub <noreply@github.com>2021-12-22 18:14:10 +0300
commite7b6fe7f61ac72db2b221d3215aa616ddd766238 (patch)
tree3b020b08a5ad406ba96aca3a7e60a6c247add70f /database/sqlite/sqlite3.c
parent5049de8f7a132205b32f2c523998f93cbbfc0481 (diff)
Spelling (#10976)
Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Diffstat (limited to 'database/sqlite/sqlite3.c')
-rw-r--r--database/sqlite/sqlite3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/sqlite/sqlite3.c b/database/sqlite/sqlite3.c
index 057ce52d80..61a74f0597 100644
--- a/database/sqlite/sqlite3.c
+++ b/database/sqlite/sqlite3.c
@@ -124427,7 +124427,7 @@ insert_cleanup:
/* This is the Walker callback from sqlite3ExprReferencesUpdatedColumn().
* Set bit 0x01 of pWalker->eCode if pWalker->eCode to 0 and if this
** expression node references any of the
-** columns that are being modifed by an UPDATE statement.
+** columns that are being modified by an UPDATE statement.
*/
static int checkConstraintExprNode(Walker *pWalker, Expr *pExpr){
if( pExpr->op==TK_COLUMN ){