[tor-commits] [flashproxy/master] Typo.
dcf at torproject.org
dcf at torproject.org
Mon Aug 12 02:32:20 UTC 2013
commit 314803e1b9094f0a8389615d10d51e36e14a96e5
Author: David Fifield <david at bamsoftware.com>
Date: Sun Aug 11 17:52:27 2013 -0700
Typo.
---
websocket-transport/src/pt/pt.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/websocket-transport/src/pt/pt.go b/websocket-transport/src/pt/pt.go
index f6262d1..e4fdba4 100644
--- a/websocket-transport/src/pt/pt.go
+++ b/websocket-transport/src/pt/pt.go
@@ -226,7 +226,7 @@ func resolveBindAddr(bindAddr string) (*net.TCPAddr, error) {
}
// Return a new slice, the members of which are those members of addrs having a
-// MethodName in methodsNames.
+// MethodName in methodNames.
func filterBindAddrs(addrs []BindAddr, methodNames []string) []BindAddr {
var result []BindAddr
More information about the tor-commits
mailing list