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

@@ -851,7 +851,7 @@ void reply_query(int fd, int family, time_t now)
}
/* We tried resending to this server with a smaller maximum size and got an answer.
Make that permanent. To avoid reduxing the packet size for an single dropped packet,
Make that permanent. To avoid reduxing the packet size for a single dropped packet,
only do this when we get a truncated answer, or one larger than the safe size. */
if (server && (forward->flags & FREC_TEST_PKTSZ) &&
((header->hb3 & HB3_TC) || n >= SAFE_PKTSZ))