Skip to content

Commit

Permalink
Fix copy/paste error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DanHam committed Mar 23, 2018
1 parent 34db6c4 commit 191f407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion communicator/ssh/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 191f407

Please sign in to comment.