mirror of
https://github.com/restic/restic.git
synced 2025-12-12 06:32:06 +00:00
Fix typos
This commit is contained in:
committed by
Michael Eischer
parent
a72b418319
commit
ac00229386
@@ -1162,7 +1162,7 @@ func TestRestoreIfChanged(t *testing.T) {
|
||||
rtest.Equals(t, origData, string(data), "expected original file content")
|
||||
} else {
|
||||
// restore should not have noticed the changed file content
|
||||
rtest.Equals(t, modData, string(data), "expeced modified file content")
|
||||
rtest.Equals(t, modData, string(data), "expected modified file content")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user