summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-dnssec.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-11-13 16:19:49 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-11-13 16:28:47 +0900
commitd51c4fca291c6b8e566df65b0fd6e6262c3bf988 (patch)
tree4cb4d803f5002c1160272da6a6a964081608cac9 /src/resolve/resolved-dns-dnssec.c
parente2357b1c8a87b610066b8b2a59517bcfb20b832e (diff)
downloadsystemd-d51c4fca291c6b8e566df65b0fd6e6262c3bf988.tar.gz
tree-wide: fix "a the" or "the a"
Diffstat (limited to 'src/resolve/resolved-dns-dnssec.c')
-rw-r--r--src/resolve/resolved-dns-dnssec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/resolved-dns-dnssec.c b/src/resolve/resolved-dns-dnssec.c
index 97bbbe4282..2f5776b5ed 100644
--- a/src/resolve/resolved-dns-dnssec.c
+++ b/src/resolve/resolved-dns-dnssec.c
@@ -1380,7 +1380,7 @@ static int nsec3_hashed_domain_make(DnsResourceRecord *nsec3, const char *domain
* matches the wildcard domain.
*
* Based on this we can prove either the existence of the record in @key, or NXDOMAIN or NODATA, or
- * that there is no proof either way. The latter is the case if a the proof of non-existence of a given
+ * that there is no proof either way. The latter is the case if a proof of non-existence of a given
* name uses an NSEC3 record with the opt-out bit set. Lastly, if we are given insufficient NSEC3 records
* to conclude anything we indicate this by returning NO_RR. */
static int dnssec_test_nsec3(DnsAnswer *answer, DnsResourceKey *key, DnssecNsecResult *result, bool *authenticated, uint32_t *ttl) {