diff --git a/proxy_test.go b/proxy_test.go index 30bf17cf..3cc60409 100644 --- a/proxy_test.go +++ b/proxy_test.go @@ -1252,7 +1252,7 @@ func TestServerClosesConnection(t *testing.T) { "Content-type: text/html\r\n" + "Connection: close\r\n\r\n")) if err != nil { - t.Fatalf("Got error while writting to connection on destination listener: %v", err) + t.Fatalf("Got error while writing to connection on destination listener: %v", err) } conn.Close() }()