aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay/dns.c
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-12-13 18:46:07 +0200
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2022-12-16 08:09:04 +0200
commit1da9dec3482aa98361d02be050097c5eb77f0db5 (patch)
tree7d89508879b552e2c1681b3f834c52ea84396bdf /src/feature/relay/dns.c
parentf0f32c17343494111104ee47dd0dad6a75d0091a (diff)
downloadtor-1da9dec3482aa98361d02be050097c5eb77f0db5.tar.gz
tor-1da9dec3482aa98361d02be050097c5eb77f0db5.zip
Fix typos
Diffstat (limited to 'src/feature/relay/dns.c')
-rw-r--r--src/feature/relay/dns.c2
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. */