Unverified Commit 95fcaf8a authored by danialbehzadi's avatar danialbehzadi
Browse files

Fix a typo.

parent 2be8fd97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ func socks4ErrorToString(code byte) string {
	case socks4Rejected:
		return "request rejected or failed"
	case socks4RejectedIdentdFailed:
		return "request rejected becasue SOCKS server cannot connect to identd on the client"
		return "request rejected because SOCKS server cannot connect to identd on the client"
	case socks4RejectedIdentdMismatch:
		return "request rejected because the client program and identd report different user-ids"
	default: