Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/rtadvd spelling correction - recieved -> received
details: https://anonhg.NetBSD.org/src/rev/ad4ed43a2e43
branches: trunk
changeset: 326342:ad4ed43a2e43
user: plunky <plunky%NetBSD.org@localhost>
date: Sun Jan 26 08:31:17 2014 +0000
description:
spelling correction - recieved -> received
diffstat:
usr.sbin/rtadvd/rtadvd.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 910582670368 -r ad4ed43a2e43 usr.sbin/rtadvd/rtadvd.c
--- a/usr.sbin/rtadvd/rtadvd.c Sun Jan 26 03:18:39 2014 +0000
+++ b/usr.sbin/rtadvd/rtadvd.c Sun Jan 26 08:31:17 2014 +0000
@@ -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 @@
}
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;
}
Home |
Main Index |
Thread Index |
Old Index