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/test_mutex.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/test_mutex.c')
-rw-r--r-- | src/test_mutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_mutex.c b/src/test_mutex.c index 8bd9ff85a..a203208ab 100644 --- a/src/test_mutex.c +++ b/src/test_mutex.c @@ -45,7 +45,7 @@ struct sqlite3_mutex { /* State variables */ static struct test_mutex_globals { int isInstalled; /* True if installed */ - int disableInit; /* True to cause sqlite3_initalize() to fail */ + int disableInit; /* True to cause sqlite3_initialize() to fail */ int disableTry; /* True to force sqlite3_mutex_try() to fail */ int isInit; /* True if initialized */ sqlite3_mutex_methods m; /* Interface to "real" mutex system */ |