diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/btree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree.h b/src/btree.h index f80ba4a97..7f31c6020 100644 --- a/src/btree.h +++ b/src/btree.h @@ -183,7 +183,7 @@ int sqlite3BtreeNewDb(Btree *p); ** reduce network bandwidth. ** ** Note that BTREE_HINT_FLAGS with BTREE_BULKLOAD is the only hint used by -** standard SQLite. The other hints are provided for extentions that use +** standard SQLite. The other hints are provided for extensions that use ** the SQLite parser and code generator but substitute their own storage ** engine. */ |