the great spellchecker strikes again
This commit is contained in:
vyzo 2021-07-11 18:03:32 +03:00
parent 4715b1f436
commit 4b0b37a4ef

View File

@ -183,7 +183,7 @@ func (b *Blockstore) isOpen() bool {
return b.state == stateOpen return b.state == stateOpen
} }
// lockDB/unlockDB implement a recursive lock contigent on move state // lockDB/unlockDB implement a recursive lock contingent on move state
func (b *Blockstore) lockDB() { func (b *Blockstore) lockDB() {
b.moveMx.Lock() b.moveMx.Lock()
defer b.moveMx.Unlock() defer b.moveMx.Unlock()