summaryrefslogtreecommitdiffstats
path: root/src/resolve
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-03-20 19:56:33 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-03-20 19:56:36 +0100
commit2e097e4a912bafc56799b90ce8f9efb42cb925a5 (patch)
tree3ea4a5c5487def68b8b2dde508ed0ff3df497882 /src/resolve
parentresolve: fix typo (diff)
downloadsystemd-2e097e4a912bafc56799b90ce8f9efb42cb925a5.tar.xz
systemd-2e097e4a912bafc56799b90ce8f9efb42cb925a5.zip
resolve: fix typo
Follow-up for ce5b9d5b3c2466dd35691be0a662c4e3353a2bbf.
Diffstat (limited to 'src/resolve')
-rw-r--r--src/resolve/resolved-dns-transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/resolved-dns-transaction.c b/src/resolve/resolved-dns-transaction.c
index 5513ad28e6..2e3af0c445 100644
--- a/src/resolve/resolved-dns-transaction.c
+++ b/src/resolve/resolved-dns-transaction.c
@@ -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) {