From: Roger Dingledine Date: Thu, 27 Jul 2006 19:35:11 +0000 (+0000) Subject: resolve typo X-Git-Tag: tor-0.1.1.23~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5e50748077f1679637d8fdaaa7c68fead92f7f6;p=thirdparty%2Ftor.git resolve typo svn:r6927 --- diff --git a/src/or/dns.c b/src/or/dns.c index 32df394a86..b67275677b 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -273,7 +273,7 @@ purge_expired_resolves(uint32_t now) assert_cache_ok(); } -/** Send a response to the RESOVLE request of a connection. answer_type must +/** Send a response to the RESOLVE request of a connection. answer_type must * be one of RESOLVED_TYPE_(IPV4|ERROR|ERROR_TRANSIENT) */ static void send_resolved_cell(edge_connection_t *conn, uint8_t answer_type)