commit f41ddbecc6eac7c0e27581dd4cbb485d61ef1dac Author: teor (Tim Wilson-Brown) teor2345@gmail.com Date: Fri Apr 1 00:20:13 2016 +1100
Comment-only punctuation fix --- src/or/connection_edge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index dc6b093..ed8a1bb 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. */
tor-commits@lists.torproject.org