correct typo: datbase -> database

This commit is contained in:
edward 2015-02-19 15:30:15 +00:00 committed by admin
parent 4e1a25f940
commit 89b97bcdbc

View file

@ -4,7 +4,7 @@ multiple concurrent fsck processes.
The first problem was that having `fsck --incremental` running and starting a The first problem was that having `fsck --incremental` running and starting a
new `fsck --incremental` caused it to crash. And with good reason, since new `fsck --incremental` caused it to crash. And with good reason, since
starting a new incremental fsck deletes the old database, the old process starting a new incremental fsck deletes the old database, the old process
was left writing to a datbase that had been deleted and recreated out from was left writing to a database that had been deleted and recreated out from
underneath it. Fixed with some locking. underneath it. Fixed with some locking.
Next problem is harder. Sqlite doesn't support multiple concurrent writers Next problem is harder. Sqlite doesn't support multiple concurrent writers