summaryrefslogtreecommitdiff
path: root/ext/fts3/fts3_tokenizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fts3/fts3_tokenizer.h')
-rw-r--r--ext/fts3/fts3_tokenizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fts3/fts3_tokenizer.h b/ext/fts3/fts3_tokenizer.h
index c91c7ed..4a40b2b 100644
--- a/ext/fts3/fts3_tokenizer.h
+++ b/ext/fts3/fts3_tokenizer.h
@@ -70,7 +70,7 @@ struct sqlite3_tokenizer_module {
** This method should return either SQLITE_OK (0), or an SQLite error
** code. If SQLITE_OK is returned, then *ppTokenizer should be set
** to point at the newly created tokenizer structure. The generic
- ** sqlite3_tokenizer.pModule variable should not be initialised by
+ ** sqlite3_tokenizer.pModule variable should not be initialized by
** this callback. The caller will do so.
*/
int (*xCreate)(