commit 314803e1b9094f0a8389615d10d51e36e14a96e5 Author: David Fifield david@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
tor-commits@lists.torproject.org