diff options
| author | adnano <[email protected]> | 2020-10-13 20:24:06 -0400 |
|---|---|---|
| committer | adnano <[email protected]> | 2020-10-13 20:24:06 -0400 |
| commit | 7396bae85ea97e6e8881bb2ff100473e757e8ece (patch) | |
| tree | 0a3c07e1520ea7a8c414356ab8d82e816d5ead39 /client.go | |
| parent | Rename rw, req to w, r (diff) | |
| download | go-gemini-7396bae85ea97e6e8881bb2ff100473e757e8ece.tar.xz go-gemini-7396bae85ea97e6e8881bb2ff100473e757e8ece.zip | |
Fix typo
Diffstat (limited to 'client.go')
| -rw-r--r-- | client.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |