From f7c64709da63bf33015220ebaced418e5fe25f56 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sat, 19 Dec 2020 13:19:23 +1100 Subject: [PATCH] docs: fix simple typo, wherease -> whereas There is a small typo in libs/sqlite/sqlite3ab.c. Should read `whereas` rather than `wherease`. --- libs/sqlite/sqlite3ab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;