Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/ping6 typo, from openbsd
details: https://anonhg.NetBSD.org/src/rev/e814818cc2a7
branches: trunk
changeset: 532039:e814818cc2a7
user: itojun <itojun%NetBSD.org@localhost>
date: Thu May 30 21:32:18 2002 +0000
description:
typo, from openbsd
diffstat:
sbin/ping6/ping6.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 6256124e5a09 -r e814818cc2a7 sbin/ping6/ping6.c
--- a/sbin/ping6/ping6.c Thu May 30 21:27:41 2002 +0000
+++ b/sbin/ping6/ping6.c Thu May 30 21:32:18 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ping6.c,v 1.44 2002/05/30 17:02:17 thorpej Exp $ */
+/* $NetBSD: ping6.c,v 1.45 2002/05/30 21:32:18 itojun Exp $ */
/* $KAME: ping6.c,v 1.155 2002/05/26 13:18:25 itojun Exp $ */
/*
@@ -81,7 +81,7 @@
#else
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: ping6.c,v 1.44 2002/05/30 17:02:17 thorpej Exp $");
+__RCSID("$NetBSD: ping6.c,v 1.45 2002/05/30 21:32:18 itojun Exp $");
#endif
#endif
@@ -1635,7 +1635,7 @@
comma++;
break;
case ICMP6_NI_UNKNOWN:
- (void)printf("unknwon qtype");
+ (void)printf("unknown qtype");
comma++;
break;
}
Home |
Main Index |
Thread Index |
Old Index