From: teor (Tim Wilson-Brown) Date: Thu, 31 Mar 2016 13:20:13 +0000 (+1100) Subject: Comment-only punctuation fix X-Git-Tag: tor-0.2.9.3-alpha~78^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f41ddbecc6eac7c0e27581dd4cbb485d61ef1dac;p=thirdparty%2Ftor.git Comment-only punctuation fix --- 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. */