resolve: fix typo

Follow-up for 801ad6a6a9.
This commit is contained in:
Yu Watanabe
2025-05-15 07:16:12 +09:00
parent 3b21af5234
commit 231557fe40

View 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)