Multiple typo and spelling fixes.

This commit is contained in:
Paul Donald
2025-03-29 21:41:40 +00:00
committed by Simon Kelley
parent bdce03f928
commit b0b4d90b6a
10 changed files with 28 additions and 28 deletions

View File

@@ -801,7 +801,7 @@ static size_t process_reply(struct dns_header *header, time_t now, struct server
if (daemon->doctors && do_doctor(header, n, daemon->namebuff))
cache_secure = 0;
/* check_for_bogus_wildcard() does it's own caching, so
/* check_for_bogus_wildcard() does its own caching, so
don't call extract_addresses() if it triggers. */
if (daemon->bogus_addr && rcode != NXDOMAIN &&
check_for_bogus_wildcard(header, n, daemon->namebuff, now))