aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-04-01 00:20:13 +1100
committerDavid Goulet <dgoulet@torproject.org>2016-08-24 14:40:53 -0400
commitf41ddbecc6eac7c0e27581dd4cbb485d61ef1dac (patch)
tree9270dc8f7f2784ef0c8710fde41e8dd1885929c5 /src/or/connection_edge.c
parentce747f01aa7df8bf6db0ddafbd86113bf3ac2353 (diff)
downloadtor-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.c2
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. */