From: Roy Marples Date: Mon, 27 Jan 2014 11:34:26 +0000 (+0000) Subject: Typo, thanks to Iain Hibbert. X-Git-Tag: v6.3.0~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7a30a465bc12089e25a3e701d0340cd77b084d2;p=thirdparty%2Fdhcpcd.git Typo, thanks to Iain Hibbert. --- diff --git a/ipv6nd.c b/ipv6nd.c index e865d6bb..2fd20842 100644 --- a/ipv6nd.c +++ b/ipv6nd.c @@ -666,7 +666,7 @@ ipv6nd_handlera(struct interface *ifp, struct icmp6_hdr *icp, ssize_t len) return; } - /* We could recieve a RA before we sent a RS*/ + /* We could receive a RA before we sent a RS*/ if (ipv6_linklocal(ifp) == NULL) { #ifdef DEBUG_RS syslog(LOG_DEBUG, "%s: received RA from %s (no link-local)",