diff options
author | 2002-05-30 18:22:13 +0000 | |
---|---|---|
committer | 2002-05-30 18:22:13 +0000 | |
commit | 9fc6f80990a42007c52db865ca631abfff993bce (patch) | |
tree | ffeade4a5a8531fbf60c4b176ff50dbef4144cfe | |
parent | fix segfault when using just-one-space on an empty line; from (diff) | |
download | wireguard-openbsd-9fc6f80990a42007c52db865ca631abfff993bce.tar.xz wireguard-openbsd-9fc6f80990a42007c52db865ca631abfff993bce.zip |
typo
-rw-r--r-- | sbin/ping6/ping6.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c index 3508beadcb5..21e9fa824c5 100644 --- a/sbin/ping6/ping6.c +++ b/sbin/ping6/ping6.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ping6.c,v 1.45 2002/05/26 13:22:40 itojun Exp $ */ +/* $OpenBSD: ping6.c,v 1.46 2002/05/30 18:22:13 deraadt Exp $ */ /* $KAME: ping6.c,v 1.155 2002/05/26 13:18:25 itojun Exp $ */ /* @@ -1628,7 +1628,7 @@ pr_pack(buf, cc, mhdr) comma++; break; case ICMP6_NI_UNKNOWN: - (void)printf("unknwon qtype"); + (void)printf("unknown qtype"); comma++; break; } |