diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-13 16:19:49 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-11-13 16:28:47 +0900 |
commit | d51c4fca291c6b8e566df65b0fd6e6262c3bf988 (patch) | |
tree | 4cb4d803f5002c1160272da6a6a964081608cac9 /src/resolve/resolved-dns-transaction.c | |
parent | e2357b1c8a87b610066b8b2a59517bcfb20b832e (diff) | |
download | systemd-d51c4fca291c6b8e566df65b0fd6e6262c3bf988.tar.gz |
tree-wide: fix "a the" or "the a"
Diffstat (limited to 'src/resolve/resolved-dns-transaction.c')
-rw-r--r-- | src/resolve/resolved-dns-transaction.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/resolved-dns-transaction.c b/src/resolve/resolved-dns-transaction.c index 2da957e78c..1b8bead7c3 100644 --- a/src/resolve/resolved-dns-transaction.c +++ b/src/resolve/resolved-dns-transaction.c @@ -2117,7 +2117,7 @@ int dns_transaction_request_dnssec_keys(DnsTransaction *t) { return r; if (r == 0) { /* Hmm, so this SOA RR doesn't match our original question. In this case, maybe this is - * a negative reply, and we need the a SOA RR's TTL in order to cache a negative entry? + * a negative reply, and we need the SOA RR's TTL in order to cache a negative entry? * If so, we need to validate it, too. */ r = dns_answer_match_key(t->answer, t->key, NULL); |