From: Pier Angelo Vendrame Date: Tue, 10 Sep 2024 12:24:46 +0000 (+0200) Subject: Fix a typo in the HTTP proxy error message. X-Git-Tag: tor-0.4.9.1-alpha~23^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cb6e04acb884c98ca3d734fdc5efbd7d0ce4154;p=thirdparty%2Ftor.git Fix a typo in the HTTP proxy error message. --- diff --git a/src/core/proto/proto_socks.c b/src/core/proto/proto_socks.c index 78767a94ff..72966b88dd 100644 --- a/src/core/proto/proto_socks.c +++ b/src/core/proto/proto_socks.c @@ -919,11 +919,12 @@ static const char SOCKS_PROXY_IS_NOT_AN_HTTP_PROXY_MSG[] = "This is a SOCKS Proxy, Not An HTTP Proxy\n" "\n" "\n" - "

This is a SOCKs proxy, not an HTTP proxy.

\n" + "

This is a SOCKS proxy, not an HTTP proxy.

\n" "

\n" "It appears you have configured your web browser to use this Tor port as\n" "an HTTP proxy.\n" - "

\n" + "

\n" + "

\n" "This is not correct: This port is configured as a SOCKS proxy, not\n" "an HTTP proxy. If you need an HTTP proxy tunnel, use the HTTPTunnelPort\n" "configuration option in place of, or in addition to, SOCKSPort.\n"