diff options
author | drh <> | 2022-11-16 19:57:21 +0000 |
---|---|---|
committer | drh <> | 2022-11-16 19:57:21 +0000 |
commit | 08efa4511314ca3e3ff75ab42463911c33c4468d (patch) | |
tree | d9568086b2d088e9a8e6515fe114cbccaa4922fa /src | |
parent | a07df967f583692e0dde6f348bb1d28f6c264d25 (diff) | |
download | sqlite-08efa4511314ca3e3ff75ab42463911c33c4468d.tar.gz sqlite-08efa4511314ca3e3ff75ab42463911c33c4468d.zip |
Fix harmless typo in comment, reported by Debian in Fossil
[https://fossil-scm.org/forum/forumpost/15f7327318].
FossilOrigin-Name: 5689f0d9ad1be532b274508938b25ff0d63027b8cc31f796dfaa2cca71d53642
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. */ |