From 1da9dec3482aa98361d02be050097c5eb77f0db5 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Tue, 13 Dec 2022 18:46:07 +0200 Subject: Fix typos --- src/feature/relay/dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/feature/relay/dns.c') 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. */ -- cgit v1.2.3-54-g00ecf