DragonFly BSD
DragonFly submit List (threaded) for 2006-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

[patch] Small typo in rtsol.c


From: Francis GUDIN <fgudin@xxxxxxxxx>
Date: Tue, 17 Oct 2006 21:01:23 +0200

Hi,

I just noticed a small typo with rtsold:
"received RA from %s on an unexpeced IF(%s)"
                                  ^
                         here ____|

Patch attached.

Best regards,

-- 
Francis GUDIN <fgudin@xxxxxxxxx>
Fingerprint   305E 15CF A53E 14E0 6ACE 8CED C5D5 5A78 15E3 6AB2

L'Église de la Très Sainte Consommation:
 http://www.consomme.org/
--- usr.sbin/rtsold/rtsol.c.orig	2006-10-17 20:37:54.000000000 +0200
+++ usr.sbin/rtsold/rtsol.c	2006-10-17 20:38:09.000000000 +0200
@@ -325,7 +325,7 @@
 
 	if ((ifi = find_ifinfo(pi->ipi6_ifindex)) == NULL) {
 		warnmsg(LOG_NOTICE, __func__,
-			"received RA from %s on an unexpeced IF(%s)",
+			"received RA from %s on an unexpected IF(%s)",
 		       inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
 				 INET6_ADDRSTRLEN),
 		       if_indextoname(pi->ipi6_ifindex, ifnamebuf));

Attachment: pgp00002.pgp
Description: PGP signature



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]