aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client.go2
1 files changed, 1 insertions, 1 deletions
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
}