resolve: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 Mar 2024 18:56:33 +0000 (03:56 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 20 Mar 2024 18:56:36 +0000 (03:56 +0900)
Follow-up for ce5b9d5b3c2466dd35691be0a662c4e3353a2bbf.

src/resolve/resolved-dns-transaction.c

index 5513ad28e65a6325014a978455306eb3ea17908b..2e3af0c445e10808786a6e008b77142b2a912f25 100644 (file)
@@ -2531,7 +2531,7 @@ int dns_transaction_request_dnssec_keys(DnsTransaction *t) {
                         if (r < 0)
                                 return r;
 
-                        /* If we are requesting a DNSKEY, we can anticiapte that we will want the matching DS
+                        /* If we are requesting a DNSKEY, we can anticipate that we will want the matching DS
                          * in the near future. Let's request it in advance so we don't have to wait in the
                          * common case. */
                         if (aux) {