diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2022-12-13 18:46:07 +0200 |
---|---|---|
committer | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2022-12-16 08:09:04 +0200 |
commit | 1da9dec3482aa98361d02be050097c5eb77f0db5 (patch) | |
tree | 7d89508879b552e2c1681b3f834c52ea84396bdf /src/feature/relay/dns.c | |
parent | f0f32c17343494111104ee47dd0dad6a75d0091a (diff) | |
download | tor-1da9dec3482aa98361d02be050097c5eb77f0db5.tar.gz tor-1da9dec3482aa98361d02be050097c5eb77f0db5.zip |
Fix typos
Diffstat (limited to 'src/feature/relay/dns.c')
-rw-r--r-- | src/feature/relay/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/relay/dns.c b/src/feature/relay/dns.c index 9d50fa7c31..7267ca06dd 100644 --- a/src/feature/relay/dns.c +++ b/src/feature/relay/dns.c @@ -1459,7 +1459,7 @@ configure_libevent_options(void) * the query itself timed out in transit. */ SET("timeout:", get_consensus_param_exit_dns_timeout()); - /* This tells libevent to attemps up to X times a DNS query if the previous + /* This tells libevent to attempt up to X times a DNS query if the previous * one failed to complete within N second. We believe that this should be * enough to catch temporary hiccups on the first query. But after that, it * should signal us that it won't be able to resolve it. */ |