Typo fix.

This commit is contained in:
Sascha L. Teichmann 2016-05-11 12:02:36 +02:00
parent a0d38b7ce6
commit 9a355d08fd
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func TestBaseTileHash(t *testing.T) {
}
if len(entries) > 0 {
t.Error("There a are more entries than indexed by hash")
t.Error("There are more entries than indexed by hash")
}
}
}