diff options
Diffstat (limited to 'src/sqlite3_utils.cpp')
| -rw-r--r-- | src/sqlite3_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite3_utils.cpp b/src/sqlite3_utils.cpp index 84bbb2ce..f21d67f5 100644 --- a/src/sqlite3_utils.cpp +++ b/src/sqlite3_utils.cpp @@ -103,7 +103,7 @@ static int VFSCustomOpen(sqlite3_vfs *vfs, const char *name, sqlite3_file *file, if (realVFS->fakeSync) { // Disable xSync because it can be significantly slow and we don't // need - // that level of data integrity garanty for the cache. + // that level of data integrity guarantee for the cache. methods->xSync = VSFNoOpLockUnlockSync; } if (realVFS->fakeLock) { |
