Skip to content

Commit 7a6b718

Browse files
committed
fix typo
1 parent c3fe318 commit 7a6b718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/http/httputil/reverseproxy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ func Test1xxResponses(t *testing.T) {
16101610
defer res.Body.Close()
16111611

16121612
if respCounter != 2 {
1613-
t.Errorf("Excpected 2 1xx responses; got %d", respCounter)
1613+
t.Errorf("Expected 2 1xx responses; got %d", respCounter)
16141614
}
16151615
checkLinkHeaders(t, []string{"</style.css>; rel=preload; as=style", "</script.js>; rel=preload; as=script", "</foo.js>; rel=preload; as=script"}, res.Header["Link"])
16161616

0 commit comments

Comments
 (0)