Module Name: src
Committed By: plunky
Date: Sun Jan 26 08:31:17 UTC 2014
Modified Files:
src/usr.sbin/rtadvd: rtadvd.c
Log Message:
spelling correction - recieved -> received
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/rtadvd/rtadvd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/rtadvd/rtadvd.c
diff -u src/usr.sbin/rtadvd/rtadvd.c:1.44 src/usr.sbin/rtadvd/rtadvd.c:1.45
--- src/usr.sbin/rtadvd/rtadvd.c:1.44 Tue Jul 9 09:34:59 2013
+++ src/usr.sbin/rtadvd/rtadvd.c Sun Jan 26 08:31:17 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: rtadvd.c,v 1.44 2013/07/09 09:34:59 roy Exp $ */
+/* $NetBSD: rtadvd.c,v 1.45 2014/01/26 08:31:17 plunky Exp $ */
/* $KAME: rtadvd.c,v 1.92 2005/10/17 14:40:02 suz Exp $ */
/*
@@ -1080,7 +1080,7 @@ ra_input(int len, struct nd_router_adver
}
if (rai->leaving) {
syslog(LOG_DEBUG,
- "<%s> recieved RA on re-configuring interface (%s)",
+ "<%s> received RA on re-configuring interface (%s)",
__func__, rai->ifname);
goto done;
}