
commit 988fc50d823b4e53a6c4e9e891876fd41146d205 Author: David Fifield <david@bamsoftware.com> Date: Thu May 30 15:57:52 2013 -0700 Typo. --- websocket-transport/websocket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-transport/websocket.go b/websocket-transport/websocket.go index 6d7d4a1..f195828 100644 --- a/websocket-transport/websocket.go +++ b/websocket-transport/websocket.go @@ -273,7 +273,7 @@ func (ws *Websocket) WriteMessage(opcode byte, payload []byte) (err error) { return ws.WriteFrame(opcode, payload) } -// Split a strong on commas and trim whitespace. +// Split a string on commas and trim whitespace. func commaSplit(s string) []string { var result []string if strings.TrimSpace(s) == "" {