aboutsummaryrefslogtreecommitdiff
path: root/ext/fts3/fts3Int.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fts3/fts3Int.h')
-rw-r--r--ext/fts3/fts3Int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fts3/fts3Int.h b/ext/fts3/fts3Int.h
index 28c4ffb1d..06f3c6efe 100644
--- a/ext/fts3/fts3Int.h
+++ b/ext/fts3/fts3Int.h
@@ -306,7 +306,7 @@ struct Fts3Table {
#endif
#if defined(SQLITE_DEBUG) || defined(SQLITE_TEST)
- /* True to disable the incremental doclist optimization. This is controled
+ /* True to disable the incremental doclist optimization. This is controlled
** by special insert command 'test-no-incr-doclist'. */
int bNoIncrDoclist;