aboutsummaryrefslogtreecommitdiff
path: root/src/sqlite3_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqlite3_utils.cpp')
-rw-r--r--src/sqlite3_utils.cpp2
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) {