summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2020-12-30 10:44:53 +0100
committerGitHub <noreply@github.com>2020-12-30 10:44:53 +0100
commite1c5a4baec923e5ef2162bd1a6e334cdf2be12aa (patch)
tree19cf8c275d86473b6cea28c66bbbe56aaa47ace4
parente78a5ccfe0a2340f2c73e419767f8492ffc2787a (diff)
parent7695f884614ea83af70c92d070f0e7f6a3c0f475 (diff)
downloadlibproxy-git-e1c5a4baec923e5ef2162bd1a6e334cdf2be12aa.tar.gz
Merge pull request #151 from lwindolf/patch-1
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.
*