diff options
author | Roger Dingledine <arma@torproject.org> | 2016-12-18 04:06:02 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-12-18 04:06:02 -0500 |
commit | 51ee549a90e3e1b6c87f4ac588ac9fed51f0cc27 (patch) | |
tree | f2559f02cb985423fd4d6e7a59387ecba8a389b2 /src/or/connection_edge.c | |
parent | f3d056ab16e55ae88a0f9e0808e1576e41949cc6 (diff) | |
download | tor-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.c | 2 |
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 && |