spelling: iteration

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/9410/head
Josh Soref 5 years ago
parent 2165db5a8e
commit cc349cf4ee

@ -160,7 +160,7 @@ func TestRenderRefsOrdering(t *testing.T) {
for name, data := range expect {
if out[name] != data {
t.Fatalf("Expected %q, got %q (iteraction %d)", data, out[name], i+1)
t.Fatalf("Expected %q, got %q (iteration %d)", data, out[name], i+1)
}
}
}

Loading…
Cancel
Save