summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Windolf <lars.windolf@gmx.de>2020-12-30 03:33:01 +0100
committerGitHub <noreply@github.com>2020-12-30 03:33:01 +0100
commit7695f884614ea83af70c92d070f0e7f6a3c0f475 (patch)
tree19cf8c275d86473b6cea28c66bbbe56aaa47ace4
parente78a5ccfe0a2340f2c73e419767f8492ffc2787a (diff)
downloadlibproxy-git-7695f884614ea83af70c92d070f0e7f6a3c0f475.tar.gz
Typo
-rw-r--r--libproxy/proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libproxy/proxy.h b/libproxy/proxy.h
index 2a205c6..c620a80 100644
--- a/libproxy/proxy.h
+++ b/libproxy/proxy.h
@@ -74,7 +74,7 @@ pxProxyFactory *px_proxy_factory_new(void);
* and should be use to authenticate the connection if present.
*
* For SOCKS proxies, when the protocol version is specified (socks4:// or
- * sock5://), it is expected that only this version is used. When only
+ * socks5://), it is expected that only this version is used. When only
* socks:// is set, the client MUST try SOCKS version 5 protocol and, on
* connection failure, fallback to SOCKS version 4.
*