mirror of
https://github.com/restic/restic.git
synced 2026-05-25 19:45:23 +00:00
Correct a spelling mistake.
This commit is contained in:
Vendored
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user