Spelling fixes.

This commit is contained in:
Ville Skyttä
2018-01-14 17:32:52 +00:00
committed by Simon Kelley
parent c7e6aea81b
commit faaf306a63
15 changed files with 26 additions and 26 deletions

View File

@@ -1789,7 +1789,7 @@ int dnssec_validate_reply(time_t now, struct dns_header *header, size_t plen, ch
if (!explore_rrset(header, plen, class1, type1, name, keyname, &sigcnt, &rrcnt))
return STAT_BOGUS;
/* No signatures for RRset. We can be configured to assume this is OK and return a INSECURE result. */
/* No signatures for RRset. We can be configured to assume this is OK and return an INSECURE result. */
if (sigcnt == 0)
{
if (check_unsigned)