aboutsummaryrefslogtreecommitdiff
path: root/src/expr.c
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2025-02-27 21:17:55 +0000
committerstephan <stephan@noemail.net>2025-02-27 21:17:55 +0000
commitda5f81387843f92652128087a8f8ecef0b79461d (patch)
tree5eb3e5a952b970f9999c70fe9d79d4c856ecbd31 /src/expr.c
parent3398441bfcb368cbc7b0068afb366287ed703740 (diff)
downloadsqlite-da5f81387843f92652128087a8f8ecef0b79461d.tar.gz
sqlite-da5f81387843f92652128087a8f8ecef0b79461d.zip
Approximately 100 typo corrections spanning the whole tree, submitted via [forum:0db9827f0464bc33|forum post 0db9827f0464bc33] and individually audited and verified. Affects only code comments, innocuous test strings, error message text in tool (not library) code, and configure-level help text.
FossilOrigin-Name: f50c21484d3cac73589da0376c423de39ae8b842218105786c5aa3726e4dcaed
Diffstat (limited to 'src/expr.c')
-rw-r--r--src/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c
index f6b5729b4..a3c41a1f5 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -4672,7 +4672,7 @@ static SQLITE_NOINLINE int sqlite3IndexedExprLookup(
/*
-** Expresion pExpr is guaranteed to be a TK_COLUMN or equivalent. This
+** Expression pExpr is guaranteed to be a TK_COLUMN or equivalent. This
** function checks the Parse.pIdxPartExpr list to see if this column
** can be replaced with a constant value. If so, it generates code to
** put the constant value in a register (ideally, but not necessarily,