From 99e338e9ec0799d39c60cf0a6e9acd03ed16a271 Mon Sep 17 00:00:00 2001 From: Evan Shaw Date: Mon, 30 Aug 2010 09:59:59 +1000 Subject: [PATCH] crypto/tls: Fix doc typo R=golang-dev, adg CC=golang-dev https://golang.org/cl/2073041 --- conn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conn.go b/conn.go index 4e8d05b..2357297 100644 --- a/conn.go +++ b/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()