Index: third_party/sqlite/src/ext/fts2/fts2_hash.h |
diff --git a/third_party/sqlite/src/ext/fts2/fts2_hash.h b/third_party/sqlite/src/ext/fts2/fts2_hash.h |
index 571aa2c1c2a4a008f697bfd27b11839128923cf9..02936f18bbaa76eecddf7064074cfc288a410f5d 100644 |
--- a/third_party/sqlite/src/ext/fts2/fts2_hash.h |
+++ b/third_party/sqlite/src/ext/fts2/fts2_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. |
** |