diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-04-01 00:20:13 +1100 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2016-08-24 14:40:53 -0400 |
commit | f41ddbecc6eac7c0e27581dd4cbb485d61ef1dac (patch) | |
tree | 9270dc8f7f2784ef0c8710fde41e8dd1885929c5 /src/or/connection_edge.c | |
parent | ce747f01aa7df8bf6db0ddafbd86113bf3ac2353 (diff) | |
download | tor-f41ddbecc6eac7c0e27581dd4cbb485d61ef1dac.tar.gz tor-f41ddbecc6eac7c0e27581dd4cbb485d61ef1dac.zip |
Comment-only punctuation fix
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 dc6b0930ca..ed8a1bbd0e 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -1227,7 +1227,7 @@ connection_ap_handshake_rewrite(entry_connection_t *conn, } /* Hang on, did we find an answer saying that this is a reverse lookup for - * an internal address? If so, we should reject it if we're condigured to + * an internal address? If so, we should reject it if we're configured to * do so. */ if (options->ClientDNSRejectInternalAddresses) { /* Don't let people try to do a reverse lookup on 10.0.0.1. */ |