Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Aug 30, 2022
1 parent 56dd718 commit dab8a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/http/httputil/reverseproxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,7 @@ func Test1xxResponses(t *testing.T) {
defer res.Body.Close()

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

Expand Down

0 comments on commit dab8a46

Please sign in to comment.