summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-07-27 19:35:11 +0000
committerRoger Dingledine <arma@torproject.org>2006-07-27 19:35:11 +0000
commita5e50748077f1679637d8fdaaa7c68fead92f7f6 (patch)
tree8c4ba0f14ab25bb8efa082604416e398affc7988
parentc2f28615ed71396fa14cabe269f337b9697a0a02 (diff)
downloadtor-a5e50748077f1679637d8fdaaa7c68fead92f7f6.tar.gz
tor-a5e50748077f1679637d8fdaaa7c68fead92f7f6.zip
resolve typo
svn:r6927
-rw-r--r--src/or/dns.c2
1 files changed, 1 insertions, 1 deletions
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)