Fix copy/paste error in comment

pull/6050/head
DanHam 8 years ago
parent 34db6c4ab1
commit 191f407f5c
No known key found for this signature in database
GPG Key ID: 58E79AEDD6AA987E

@ -28,7 +28,7 @@ func ConnectFunc(network, addr string) func() (net.Conn, error) {
}
}
// ConnectFunc is a convenience method for returning a function
// ProxyConnectFunc is a convenience method for returning a function
// that connects to a host using SOCKS5 proxy
func ProxyConnectFunc(socksProxy string, socksAuth *proxy.Auth, network, addr string) func() (net.Conn, error) {
return func() (net.Conn, error) {

Loading…
Cancel
Save