From: Roy Marples Date: Tue, 12 Sep 2017 11:22:28 +0000 (+0100) Subject: Update spelling in comments. X-Git-Tag: v7.0.0-rc2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b25fd31e29056221dfad9acc54bd84de499652b7;p=thirdparty%2Fdhcpcd.git Update spelling in comments. Fixes T137. --- diff --git a/src/dhcpcd.c b/src/dhcpcd.c index fe21612a..f134b718 100644 --- a/src/dhcpcd.c +++ b/src/dhcpcd.c @@ -1844,7 +1844,7 @@ printpidfile: if (ctx.ifc == 1 && !(ctx.options & DHCPCD_BACKGROUND)) ctx.options |= DHCPCD_WAITIP; - /* Start handling kernel messages for interfaces, addreses and + /* Start handling kernel messages for interfaces, addresses and * routes. */ eloop_event_add(ctx.eloop, ctx.link_fd, dhcpcd_handlelink, &ctx); diff --git a/src/if-bsd.c b/src/if-bsd.c index 62d661f1..43005556 100644 --- a/src/if-bsd.c +++ b/src/if-bsd.c @@ -769,7 +769,7 @@ ifa_scope(struct sockaddr_in6 *sin, unsigned int ifindex) #ifdef __KAME__ /* KAME based systems want to store the scope inside the sin6_addr - * for link local addreses */ + * for link local addresses */ if (IN6_IS_ADDR_LINKLOCAL(&sin->sin6_addr)) { uint16_t scope = htons((uint16_t)ifindex); memcpy(&sin->sin6_addr.s6_addr[2], &scope,