aboutsummaryrefslogtreecommitdiff
path: root/src/auth.c
diff options
context:
space:
mode:
authordrh <>2023-06-22 13:01:02 +0000
committerdrh <>2023-06-22 13:01:02 +0000
commitd6c671e626640af933c0a1e73555eaa935ab3a31 (patch)
tree4562debcda0e27a213c6a05c5a4722128ba20bfe /src/auth.c
parentb3d7f1c2db60a94639d0f5be204f947d4e56b475 (diff)
parentd4170ac0ebca587585a6a9be6717852564481b49 (diff)
downloadsqlite-d6c671e626640af933c0a1e73555eaa935ab3a31.tar.gz
sqlite-d6c671e626640af933c0a1e73555eaa935ab3a31.zip
Merge recent trunk enhancements into the octet_length branch.
FossilOrigin-Name: d35c214811aac7dec0000ca2aa77231f74a7963dd0c53cf25a65ade5ef0f8dc0
Diffstat (limited to 'src/auth.c')
-rw-r--r--src/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auth.c b/src/auth.c
index 3a4f73a23..fa6c82d85 100644
--- a/src/auth.c
+++ b/src/auth.c
@@ -204,7 +204,7 @@ int sqlite3AuthCheck(
sqlite3 *db = pParse->db;
int rc;
- /* Don't do any authorization checks if the database is initialising
+ /* Don't do any authorization checks if the database is initializing
** or if the parser is being invoked from within sqlite3_declare_vtab.
*/
assert( !IN_RENAME_OBJECT || db->xAuth==0 );