diff --git a/net/socks5/socks5.go b/net/socks5/socks5.go index 89b7c126b..4303f1a99 100644 --- a/net/socks5/socks5.go +++ b/net/socks5/socks5.go @@ -32,7 +32,7 @@ const ( // that represent the kind of connection the client needs. type commandType byte -// The set of valid SOCKS5 commans as described in RFC 1928. +// The set of valid SOCKS5 commands as described in RFC 1928. const ( connect commandType = 1 bind commandType = 2