From: Yu Watanabe Date: Wed, 14 May 2025 22:16:12 +0000 (+0900) Subject: resolve: fix typo X-Git-Tag: v258-rc1~604 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=231557fe40113e82c1109244e2fc3a0ea7c490c0;p=thirdparty%2Fsystemd.git resolve: fix typo Follow-up for 801ad6a6a9cd8fbd58b9f9c27f20dbb3c87d47dd. --- diff --git a/src/resolve/resolved-dns-query.c b/src/resolve/resolved-dns-query.c index f7c2e8eec4b..2da402c92f6 100644 --- a/src/resolve/resolved-dns-query.c +++ b/src/resolve/resolved-dns-query.c @@ -391,7 +391,7 @@ void dns_query_candidate_notify(DnsQueryCandidate *c) { goto fail; if (r > 0) { - /* New transactions where queued. Start them and wait */ + /* New transactions have been queued. Start them and wait */ r = dns_query_candidate_go(c); if (r < 0)