From 12979345b1166163788846453f396afafdf1503a Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Mon, 19 Dec 2016 06:01:18 +0900 Subject: [PATCH] crypto/tls: fix a typo Change-Id: Id0044c45c23c12ee0bca362a9cdd25369ed7776c Reviewed-on: https://go-review.googlesource.com/34533 Run-TryBot: Mikio Hara TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- src/crypto/tls/conn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/tls/conn.go b/src/crypto/tls/conn.go index 4b2702a716..03895a723f 100644 --- a/src/crypto/tls/conn.go +++ b/src/crypto/tls/conn.go @@ -37,7 +37,7 @@ type Conn struct { vers uint16 // TLS version haveVers bool // version has been negotiated config *Config // configuration passed to constructor - // handshakeComplete is true if the connection is currently transfering + // handshakeComplete is true if the connection is currently transferring // application data (i.e. is not currently processing a handshake). handshakeComplete bool // handshakes counts the number of handshakes performed on the