summaryrefslogtreecommitdiff
path: root/ext/fts1/fts1_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fts1/fts1_hash.h')
-rw-r--r--ext/fts1/fts1_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fts1/fts1_hash.h b/ext/fts1/fts1_hash.h
index c31c430..9001152 100644
--- a/ext/fts1/fts1_hash.h
+++ b/ext/fts1/fts1_hash.h
@@ -9,7 +9,7 @@
** May you share freely, never taking more than you give.
**
*************************************************************************
-** This is the header file for the generic hash-table implemenation
+** This is the header file for the generic hash-table implementation
** used in SQLite. We've modified it slightly to serve as a standalone
** hash table implementation for the full-text indexing module.
**