mirror of
https://github.com/restic/restic.git
synced 2025-08-21 06:50:46 +00:00
Fix typos
This commit is contained in:

committed by
Michael Eischer

parent
a72b418319
commit
ac00229386
@@ -156,7 +156,7 @@ func TestIndexMapFirstIndex(t *testing.T) {
|
||||
|
||||
for i := 1; i <= 400; i++ {
|
||||
r.Read(id[:])
|
||||
rtest.Equals(t, -1, m.firstIndex(id), "wrong firstIndex for nonexistant id")
|
||||
rtest.Equals(t, -1, m.firstIndex(id), "wrong firstIndex for nonexistent id")
|
||||
|
||||
m.add(id, 0, 0, 0, 0)
|
||||
idx := m.firstIndex(id)
|
||||
|
Reference in New Issue
Block a user