kvdb+cmd: fix typos

This commit is contained in:
Thabokani
2023-12-30 19:47:41 +08:00
parent 55072bfd5e
commit b8d2fc3816
7 changed files with 9 additions and 9 deletions

View File

@@ -380,7 +380,7 @@ func testKeyClash(t *testing.T, db walletdb.DB) {
}
// TestBucketCreateDelete tests that creating then deleting then creating a
// bucket suceeds.
// bucket succeeds.
func testBucketCreateDelete(t *testing.T, db walletdb.DB) {
err := Update(db, func(tx walletdb.ReadWriteTx) error {
apple, err := tx.CreateTopLevelBucket([]byte("apple"))