2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 16:40:50 +00:00

Correct a spelling mistake.

This commit is contained in:
Edward Betts 2018-01-24 12:09:41 +00:00 committed by GitHub
parent b63de7c798
commit b5c23695c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ func TestBackend(t *testing.T) {
// load data via cache
loadAndCompare(t, wbe, h, data)
if !c.Has(h) {
t.Errorf("cache dosen't have file after load")
t.Errorf("cache doesn't have file after load")
}
// remove via cache
@ -83,7 +83,7 @@ func TestBackend(t *testing.T) {
// save via cache
save(t, wbe, h, data)
if !c.Has(h) {
t.Errorf("cache dosen't have file after load")
t.Errorf("cache doesn't have file after load")
}
// load data directly from backend