]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Comment-only punctuation fix
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>
Thu, 31 Mar 2016 13:20:13 +0000 (00:20 +1100)
committerDavid Goulet <dgoulet@torproject.org>
Wed, 24 Aug 2016 18:40:53 +0000 (14:40 -0400)
src/or/connection_edge.c

index dc6b0930ca8dc048d560099027a5553e4c190dd6..ed8a1bbd0e11314fa4f00ff1e2f9fdc1e7904b81 100644 (file)
@@ -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. */