]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolve: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 14 May 2025 22:16:12 +0000 (07:16 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 14 May 2025 22:19:24 +0000 (07:19 +0900)
Follow-up for 801ad6a6a9cd8fbd58b9f9c27f20dbb3c87d47dd.

src/resolve/resolved-dns-query.c

index f7c2e8eec4b8c8e1e31af505bf408012490118ef..2da402c92f624ec4159fdf896a3540474ef5ecb7 100644 (file)
@@ -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)