diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-11 21:47:54 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-11 21:47:54 -0500 |
commit | 1d00ee20319cf582e302148f4fb53cf963943038 (patch) | |
tree | 8b43e136f4d34041b9ad9628290123036278269e /src/resolve/resolved-dns-transaction.c | |
parent | c2caabbb54c515be95eb8a99e1d64fc20dbb4f6e (diff) | |
parent | c629ff587b19295d638710e4fa42b96da7b42123 (diff) |
Merge pull request #2592 from mbiebl/typo-fixes
Typo fixes
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 d48fdd1281..060c430f3a 100644 --- a/src/resolve/resolved-dns-transaction.c +++ b/src/resolve/resolved-dns-transaction.c @@ -1678,7 +1678,7 @@ static int dns_transaction_negative_trust_anchor_lookup(DnsTransaction *t, const assert(t); - /* Check whether the specified name is in the the NTA + /* Check whether the specified name is in the NTA * database, either in the global one, or the link-local * one. */ |