1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix typo in the locking document. (CVS 1576)

FossilOrigin-Name: 99a7bd83ac38e14bb936a834634313cf98279a62
This commit is contained in:
drh
2004-06-12 14:11:38 +00:00
parent d8123366c4
commit 406c3f9284
3 changed files with 10 additions and 10 deletions

View File

@ -466,8 +466,8 @@ system bugs that SQLite is unable to defend against.
</p>
<p>
If a crash or power failure occurs and results in a hot journal, but that
journal is deleted. The next process to open the database will not
If a crash or power failure occurs and results in a hot journal but that
journal is deleted, the next process to open the database will not
know that it contains changes that need to be rolled back. The rollback
will not occur and the database will be left in an inconsistent state.
Rollback journals might be deleted for any number of reasons: