diff options
author | Roger Dingledine <arma@torproject.org> | 2009-06-20 03:21:52 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-07-13 17:34:46 -0400 |
commit | 9ece0955f75d5bb4e9bd93b2fbbc1064def66774 (patch) | |
tree | 855d346a3732a97b106a609d45037d766de8b861 /src/or/dns.c | |
parent | 8f1a973669284e5662bd6f23bc96ecfafa57c554 (diff) | |
download | tor-9ece0955f75d5bb4e9bd93b2fbbc1064def66774.tar.gz tor-9ece0955f75d5bb4e9bd93b2fbbc1064def66774.zip |
fix comments and other typos
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index 8d00d23eee..c6f9e8b833 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -1461,8 +1461,8 @@ evdns_wildcard_check_callback(int result, char type, int count, int ttl, } log(dns_wildcard_one_notice_given ? LOG_INFO : LOG_NOTICE, LD_EXIT, "Your DNS provider gave an answer for \"%s\", which " - "is not supposed to exist. Apparently they are hijacking " - "DNS failures. Trying to correct for this. We've noticed %d " + "is not supposed to exist. Apparently they are hijacking " + "DNS failures. Trying to correct for this. We've noticed %d " "possibly bad address%s so far.", string_address, strmap_size(dns_wildcard_response_count), (strmap_size(dns_wildcard_response_count) == 1) ? "" : "es"); |