diff options
Diffstat (limited to 'src/sqliteLimit.h')
-rw-r--r-- | src/sqliteLimit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqliteLimit.h b/src/sqliteLimit.h index ec774889b..6b6bb7167 100644 --- a/src/sqliteLimit.h +++ b/src/sqliteLimit.h @@ -196,7 +196,7 @@ ** Maximum number of pages in one database file. ** ** This is really just the default value for the max_page_count pragma. -** This value can be lowered (or raised) at run-time using that the +** This value can be lowered (or raised) at run-time using the ** max_page_count macro. */ #ifndef SQLITE_MAX_PAGE_COUNT |