diff options
author | larrybr <larrybr@noemail.net> | 2023-06-07 17:03:22 +0000 |
---|---|---|
committer | larrybr <larrybr@noemail.net> | 2023-06-07 17:03:22 +0000 |
commit | 55be21647e12dce5f45b5b361496337bf346c468 (patch) | |
tree | 161599efdc1ad251f1bf6a0258f445deaee91c8d /src/json.c | |
parent | bc91738e665a6d1d18917da69df3eccbfc6e92c4 (diff) | |
parent | c5a5a54c51cac6452a29e4a7761165c06cc9abc3 (diff) | |
download | sqlite-55be21647e12dce5f45b5b361496337bf346c468.tar.gz sqlite-55be21647e12dce5f45b5b361496337bf346c468.zip |
Fix straggler misspellings and tidy the custom dictionary. Also include pickups from [forum:/info/c61fb09afd|forum post c61fb09afd].
FossilOrigin-Name: 8c291d99946eb32b20b743921202f9c7cfb716268ff526817b27adbb7942e40b
Diffstat (limited to 'src/json.c')
-rw-r--r-- | src/json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json.c b/src/json.c index 8a36136d5..6bad1c1e7 100644 --- a/src/json.c +++ b/src/json.c @@ -2700,7 +2700,7 @@ static void jsonGroupInverse( pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0); #ifdef NEVER /* pStr is always non-NULL since jsonArrayStep() or jsonObjectStep() will - ** always have been called to initalize it */ + ** always have been called to initialize it */ if( NEVER(!pStr) ) return; #endif z = pStr->zBuf; |