From e7b6fe7f61ac72db2b221d3215aa616ddd766238 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Dec 2021 10:14:10 -0500 Subject: Spelling (#10976) Co-authored-by: Tina Luedtke Co-authored-by: Josh Soref Co-authored-by: Ilya Mashchenko --- database/sqlite/sqlite3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database/sqlite/sqlite3.c') 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 ){ -- cgit v1.2.3