aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
authoradnano <[email protected]>2020-10-13 20:24:06 -0400
committeradnano <[email protected]>2020-10-13 20:24:06 -0400
commit7396bae85ea97e6e8881bb2ff100473e757e8ece (patch)
tree0a3c07e1520ea7a8c414356ab8d82e816d5ead39 /client.go
parentRename rw, req to w, r (diff)
downloadgo-gemini-7396bae85ea97e6e8881bb2ff100473e757e8ece.tar.xz
go-gemini-7396bae85ea97e6e8881bb2ff100473e757e8ece.zip
Fix typo
Diffstat (limited to 'client.go')
-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
}