minor: typo fix (#2680)

This commit is contained in:
lyuxuan
2019-03-11 15:06:47 -07:00
committed by GitHub
parent 69e99ca520
commit 77ce7bc228

View File

@ -7159,7 +7159,7 @@ func (s) TestHTTPHeaderFrameErrorHandlingHTTPMode(t *testing.T) {
})
}
// Testing erroneous ReponseHeader or Trailers-only (delivered in the first HEADERS frame).
// Testing erroneous ResponseHeader or Trailers-only (delivered in the first HEADERS frame).
func (s) TestHTTPHeaderFrameErrorHandlingInitialHeader(t *testing.T) {
for _, test := range []struct {
header []string