aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/connection_edge.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2019-05-15 23:20:03 -0400
committerRoger Dingledine <arma@torproject.org>2019-05-15 23:20:03 -0400
commitd86896b29c7a5278bedd89a7150ddbe7531b365b (patch)
treecafa3cb9891674251080b5877f711a0e98a42b51 /src/core/or/connection_edge.c
parent338cfb31798267dc8260415ef55ddceb042367bd (diff)
downloadtor-d86896b29c7a5278bedd89a7150ddbe7531b365b.tar.gz
tor-d86896b29c7a5278bedd89a7150ddbe7531b365b.zip
fix typos, whitespace, comments
Diffstat (limited to 'src/core/or/connection_edge.c')
-rw-r--r--src/core/or/connection_edge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/or/connection_edge.c b/src/core/or/connection_edge.c
index 8ed4034560..c08d2a9ff5 100644
--- a/src/core/or/connection_edge.c
+++ b/src/core/or/connection_edge.c
@@ -2816,7 +2816,7 @@ static const char HTTP_CONNECT_IS_NOT_AN_HTTP_PROXY_MSG[] =
"Content-Type: text/html; charset=iso-8859-1\r\n\r\n"
"<html>\n"
"<head>\n"
- "<title>This is an HTTP CONNECT tunnel, not an full HTTP Proxy</title>\n"
+ "<title>This is an HTTP CONNECT tunnel, not a full HTTP Proxy</title>\n"
"</head>\n"
"<body>\n"
"<h1>This is an HTTP CONNECT tunnel, not an HTTP proxy.</h1>\n"
@@ -2826,7 +2826,7 @@ static const char HTTP_CONNECT_IS_NOT_AN_HTTP_PROXY_MSG[] =
"</p><p>\n"
"This is not correct: This port is configured as a CONNECT tunnel, not\n"
"an HTTP proxy. Please configure your client accordingly. You can also\n"
- "use HTTPS, then the client should automatically use HTTP CONNECT."
+ "use HTTPS; then the client should automatically use HTTP CONNECT."
"</p>\n"
"<p>\n"
"See <a href=\"https://www.torproject.org/documentation.html\">"