chore: fix some comments and typos

Signed-off-by: knowmost <knowmost@outlook.com>
This commit is contained in:
knowmost
2024-04-28 11:30:59 +08:00
committed by Michael Mayer
parent c8acfb98c0
commit 020e9e7e19
8 changed files with 9 additions and 9 deletions

View File

@@ -185,7 +185,7 @@ func TestDuplicate_Purge(t *testing.T) {
t.Fatal(err)
}
if err := duplicate.Find(); err == nil {
t.Log("Dulicate deleted")
t.Log("Duplicate deleted")
}
})
}