From 2503c377faacaf4d99c8d60b7607984fbfb48ac0 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 21 Mar 2024 03:55:34 +0900 Subject: [PATCH] resolve: fix typo Follow-up for 47690634f157150e7b69c832d1f2d64d18b3f124. --- src/resolve/resolved-dns-transaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resolve/resolved-dns-transaction.c b/src/resolve/resolved-dns-transaction.c index 9e4e90160b8..5513ad28e65 100644 --- a/src/resolve/resolved-dns-transaction.c +++ b/src/resolve/resolved-dns-transaction.c @@ -2738,7 +2738,7 @@ int dns_transaction_request_dnssec_keys(DnsTransaction *t) { * zones return NXDOMAIN even though they have further children. */ if (chased_insecure || was_signed) - /* In this case we already reqeusted what we need above. */ + /* In this case we already requested what we need above. */ name = NULL; else if (dns_transaction_key(t)->type == DNS_TYPE_DS) /* If the DS response is empty, we'll walk up the dns labels requesting DS until we -- 2.47.3