From e7a30a465bc12089e25a3e701d0340cd77b084d2 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 27 Jan 2014 11:34:26 +0000 Subject: [PATCH] Typo, thanks to Iain Hibbert. --- ipv6nd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)", -- 2.47.3