From dbb2a3601fe1e9ec1c5ab71c12acc394dbc7ef9a Mon Sep 17 00:00:00 2001 From: Francisco Souza Date: Mon, 30 Jul 2012 12:03:42 +1000 Subject: [PATCH] websocket: fix typo Small fix missed in CL 6446061. R=golang-dev, adg CC=golang-dev https://golang.org/cl/6457047 --- websocket/hixie.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket/hixie.go b/websocket/hixie.go index 51c753e5..80bd5249 100644 --- a/websocket/hixie.go +++ b/websocket/hixie.go @@ -332,9 +332,9 @@ func generateKey3() (key []byte) { return } -// Cilent handshake described in (soon obsolete) +// Client handshake described in (soon obsolete) // draft-ietf-hybi-thewebsocket-protocol-00 -// (draft-hixie-thewebsocket-protocol-76) +// (draft-hixie-thewebsocket-protocol-76) func hixie76ClientHandshake(config *Config, br *bufio.Reader, bw *bufio.Writer) (err error) { switch config.Version { case ProtocolVersionHixie76, ProtocolVersionHybi00: