diff options
author | David Goulet <dgoulet@torproject.org> | 2022-12-22 14:03:40 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-12-22 14:03:40 -0500 |
commit | 1e6d839ce9fbd7dfc656bd13a67bd0908863b674 (patch) | |
tree | 322b3eae6a492b53d196d52664a53f17fd20a7ab /src/feature/relay/dns.c | |
parent | 5ba2bf2551b53c40c82f89429bc717b96616dde3 (diff) | |
parent | 1da9dec3482aa98361d02be050097c5eb77f0db5 (diff) | |
download | tor-1e6d839ce9fbd7dfc656bd13a67bd0908863b674.tar.gz tor-1e6d839ce9fbd7dfc656bd13a67bd0908863b674.zip |
Merge branch 'tor-gitlab/mr/668'
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. */ |