]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/tls: Fix doc typo
authorEvan Shaw <chickencha@gmail.com>
Sun, 29 Aug 2010 23:59:59 +0000 (09:59 +1000)
committerAndrew Gerrand <adg@golang.org>
Sun, 29 Aug 2010 23:59:59 +0000 (09:59 +1000)
R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/2073041

src/pkg/crypto/tls/conn.go

index 4e8d05b6c33d73cdaeb2fb6f830532571b66f74b..2357297b754f18544f96445444f7f5bce4762e0e 100644 (file)
@@ -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()