From 7396bae85ea97e6e8881bb2ff100473e757e8ece Mon Sep 17 00:00:00 2001 From: adnano Date: Tue, 13 Oct 2020 20:24:06 -0400 Subject: [PATCH] Fix typo --- client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.go b/client.go index 37a668c..abf9a57 100644 --- a/client.go +++ b/client.go @@ -31,7 +31,7 @@ type Request struct { RemoteAddr net.Addr // TLS allows servers and other software to record information about the TLS - // connection on which the request was recieved. + // connection on which the request was received. // This field is ignored by the client. TLS tls.ConnectionState }