all: Fix typos (#4772)

Skip-check: authors
This commit is contained in:
Matic Potočnik
2018-02-24 08:51:29 +01:00
committed by Jakob Borg
parent a27032f09e
commit 1901a5a9f4
6 changed files with 7 additions and 7 deletions

View File

@@ -154,7 +154,7 @@ func TestDatabaseGetSet(t *testing.T) {
}
if len(rec.Addresses) != 1 {
t.Log(rec.Addresses)
t.Fatal("should have one addres")
t.Fatal("should have one address")
}
if rec.Misses != 0 {
t.Log(rec.Misses)