fix wrong spells in parse_test.go (#3173)

This commit is contained in:
AllenZMC 2019-08-22 21:59:12 +08:00 committed by Chris O'Haver
parent 3f47fc8ba4
commit 434ac69a03

View file

@ -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)
}
}
}