[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [flashproxy/master] Typo.
commit 988fc50d823b4e53a6c4e9e891876fd41146d205
Author: David Fifield <david@xxxxxxxxxxxxxxx>
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) == "" {
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits