diff options
author | Roger Dingledine <arma@torproject.org> | 2006-07-27 19:35:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-07-27 19:35:11 +0000 |
commit | a5e50748077f1679637d8fdaaa7c68fead92f7f6 (patch) | |
tree | 8c4ba0f14ab25bb8efa082604416e398affc7988 /src | |
parent | c2f28615ed71396fa14cabe269f337b9697a0a02 (diff) | |
download | tor-a5e50748077f1679637d8fdaaa7c68fead92f7f6.tar.gz tor-a5e50748077f1679637d8fdaaa7c68fead92f7f6.zip |
resolve typo
svn:r6927
Diffstat (limited to 'src')
-rw-r--r-- | src/or/dns.c | 2 |
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) |