diff options
Diffstat (limited to 'ext/lsm1/lsmInt.h')
-rw-r--r-- | ext/lsm1/lsmInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/lsm1/lsmInt.h b/ext/lsm1/lsmInt.h index 5060366d0..4e3c5e59c 100644 --- a/ext/lsm1/lsmInt.h +++ b/ext/lsm1/lsmInt.h @@ -570,7 +570,7 @@ struct FreelistEntry { /* ** A snapshot of a database. A snapshot contains all the information required ** to read or write a database file on disk. See the description of struct -** Database below for futher details. +** Database below for further details. */ struct Snapshot { Database *pDatabase; /* Database this snapshot belongs to */ |