From: Evan Shaw Date: Sun, 29 Aug 2010 23:59:59 +0000 (+1000) Subject: crypto/tls: Fix doc typo X-Git-Tag: weekly.2010-09-06~53 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3972908ead6c0f65f5c8812218c0c9bc677b8e93;p=gostls13.git crypto/tls: Fix doc typo R=golang-dev, adg CC=golang-dev https://golang.org/cl/2073041 --- diff --git a/src/pkg/crypto/tls/conn.go b/src/pkg/crypto/tls/conn.go index 4e8d05b6c3..2357297b75 100644 --- a/src/pkg/crypto/tls/conn.go +++ b/src/pkg/crypto/tls/conn.go @@ -617,7 +617,7 @@ func (c *Conn) Close() os.Error { // Handshake runs the client or server handshake // protocol if it has not yet been run. -// Most uses of this packge need not call Handshake +// Most uses of this package need not call Handshake // explicitly: the first Read or Write will call it automatically. func (c *Conn) Handshake() os.Error { c.handshakeMutex.Lock()