summaryrefslogtreecommitdiff
path: root/ext/fts2/fts2_tokenizer.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fts2/fts2_tokenizer.c')
-rw-r--r--ext/fts2/fts2_tokenizer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fts2/fts2_tokenizer.c b/ext/fts2/fts2_tokenizer.c
index f8b0663..a93790c 100644
--- a/ext/fts2/fts2_tokenizer.c
+++ b/ext/fts2/fts2_tokenizer.c
@@ -319,7 +319,7 @@ static void intTestFunc(
/*
** Set up SQL objects in database db used to access the contents of
** the hash table pointed to by argument pHash. The hash table must
-** been initialised to use string keys, and to take a private copy
+** been initialized to use string keys, and to take a private copy
** of the key when a value is inserted. i.e. by a call similar to:
**
** sqlite3Fts2HashInit(pHash, FTS2_HASH_STRING, 1);