diff --git a/libs/sqlite/sqlite3ab.c b/libs/sqlite/sqlite3ab.c index 4cf122e..f089382 100644 --- a/libs/sqlite/sqlite3ab.c +++ b/libs/sqlite/sqlite3ab.c @@ -122442,7 +122442,7 @@ SQLITE_PRIVATE void sqlite3Pragma( ** The "quick_check" is reduced version of ** integrity_check designed to detect most database corruption ** without the overhead of cross-checking indexes. Quick_check - ** is linear time wherease integrity_check is O(NlogN). + ** is linear time whereas integrity_check is O(NlogN). */ case PragTyp_INTEGRITY_CHECK: { int i, j, addr, mxErr;