diff options
Diffstat (limited to 'www/vfs.html')
-rw-r--r-- | www/vfs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/vfs.html b/www/vfs.html index 9615971..695c643 100644 --- a/www/vfs.html +++ b/www/vfs.html @@ -415,7 +415,7 @@ on the device. This file implements a shim used during SQLite testing that verifies that the database and rollback journal are written in the correct order and are "synced" at appropriate times in order to guarantee that the database -can recover from a power lose are hard reset at any time. The shim +can recover from a power loss or hard reset at any time. The shim checks several invariants on the operation of databases and rollback journals and raises exceptions if any of those invariants are violated. These invariants, in turn, assure that the database is always recoverable. |