[or-cvs] r6927: resolve typo (tor/trunk/src/or)

arma at seul.org arma at seul.org
Thu Jul 27 19:35:12 UTC 2006


Author: arma
Date: 2006-07-27 15:35:11 -0400 (Thu, 27 Jul 2006)
New Revision: 6927

Modified:
   tor/trunk/src/or/dns.c
Log:
resolve typo


Modified: tor/trunk/src/or/dns.c
===================================================================
--- tor/trunk/src/or/dns.c	2006-07-27 18:35:56 UTC (rev 6926)
+++ tor/trunk/src/or/dns.c	2006-07-27 19:35:11 UTC (rev 6927)
@@ -273,7 +273,7 @@
   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)



More information about the tor-commits mailing list