mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54:15 -04:00
fix wrong spells in parse_test.go (#3173)
This commit is contained in:
@@ -37,7 +37,7 @@ func TestParseRequest(t *testing.T) {
|
||||
}
|
||||
rs := r.String()
|
||||
if rs != tc.expected {
|
||||
t.Errorf("Test %d, expected (stringyfied) recordRequest: %s, got %s", i, tc.expected, rs)
|
||||
t.Errorf("Test %d, expected (stringified) recordRequest: %s, got %s", i, tc.expected, rs)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user