address review

This commit is contained in:
6543 2022-06-11 22:51:27 +02:00
parent 4e42bca189
commit d86b25e7da
2 changed files with 5 additions and 7 deletions

View file

@ -40,7 +40,7 @@ func (p tmpDB) Delete(key string) error {
func (p tmpDB) Compact() (string, error) {
p.intern.Truncate()
return "Turncate done", nil
return "Truncate done", nil
}
func (p tmpDB) Items() *pogreb.ItemIterator {