diff options
author | drh <> | 2022-02-03 18:14:22 +0000 |
---|---|---|
committer | drh <> | 2022-02-03 18:14:22 +0000 |
commit | 7f1c11194825583ffee08ef1a57e6e0d0082c33b (patch) | |
tree | 31cf3ff17010fc27cc8b1073e512eec4a0a2d655 /src/resolve.c | |
parent | 697c50b947af978dfb9997328b289455a97e8743 (diff) | |
download | sqlite-7f1c11194825583ffee08ef1a57e6e0d0082c33b.tar.gz sqlite-7f1c11194825583ffee08ef1a57e6e0d0082c33b.zip |
Minor typo fix in comment. No code changes.
FossilOrigin-Name: f9b763042c5c4446115c5375a8e4731e522e36ad9fc53e9ef775de9bc297ea19
Diffstat (limited to 'src/resolve.c')
-rw-r--r-- | src/resolve.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve.c b/src/resolve.c index aae046e76..78135cf3b 100644 --- a/src/resolve.c +++ b/src/resolve.c @@ -995,7 +995,7 @@ static int resolveExprStep(Walker *pWalker, Expr *pExpr){ /* Internal-use-only functions are disallowed unless the ** SQL is being compiled using sqlite3NestedParse() or ** the SQLITE_TESTCTRL_INTERNAL_FUNCTIONS test-control has be - ** used to activate internal functionsn for testing purposes */ + ** used to activate internal functions for testing purposes */ no_such_func = 1; pDef = 0; }else |