From d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 7 Mar 2021 20:29:06 +0100 Subject: typo fixes --- src/sqlite3_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sqlite3_utils.cpp') 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) { -- cgit v1.2.3