Spelling fixes.

This commit is contained in:
klemens
2017-02-19 15:53:37 +00:00
committed by Simon Kelley
parent 88a77a78ad
commit 43517fcaf5
10 changed files with 25 additions and 25 deletions

View File

@@ -1328,7 +1328,7 @@ void receive_query(struct listener *listen, time_t now)
struct irec *iface;
/* get the netmask of the interface which has the address we were sent to.
This is no neccessarily the interface we arrived on. */
This is no necessarily the interface we arrived on. */
for (iface = daemon->interfaces; iface; iface = iface->next)
if (iface->addr.sa.sa_family == AF_INET &&