summaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-12-18 04:06:02 -0500
committerRoger Dingledine <arma@torproject.org>2016-12-18 04:06:02 -0500
commit51ee549a90e3e1b6c87f4ac588ac9fed51f0cc27 (patch)
treef2559f02cb985423fd4d6e7a59387ecba8a389b2 /src/or/connection_edge.c
parentf3d056ab16e55ae88a0f9e0808e1576e41949cc6 (diff)
downloadtor-51ee549a90e3e1b6c87f4ac588ac9fed51f0cc27.tar.gz
tor-51ee549a90e3e1b6c87f4ac588ac9fed51f0cc27.zip
fix typos and trivial syntax problems
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r--src/or/connection_edge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c
index fb077bb0c5..415f9e480b 100644
--- a/src/or/connection_edge.c
+++ b/src/or/connection_edge.c
@@ -1638,7 +1638,7 @@ connection_ap_handshake_rewrite_and_attach(entry_connection_t *conn,
return -1;
}
/* You can't make connections to internal addresses, by default.
- * Exceptions are begindir requests (where the address is meaningless,
+ * Exceptions are begindir requests (where the address is meaningless),
* or cases where you've hand-configured a particular exit, thereby
* making the local address meaningful. */
if (options->ClientRejectInternalAddresses &&