diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-12-24 10:06:36 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-12-24 10:06:36 +0000 |
commit | 153807970c24e7b0931c8074c0f569bf46bf0d17 (patch) | |
tree | 4f74151819df9f443088f2f76f27d905f76a2cd5 /sbin/ping | |
parent | 688da80de7de199a04f9d02645c5aa4d4d39c590 (diff) |
spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h
as neither arrayified not arrayfied exist -- sanctioned dictionaries
like Merriam-Webster ones suggest a few alternatives (e.g., arrayed),
however these made up words are easy to understand and we are not
certain that current ones are not ok.
ok jmc@
Diffstat (limited to 'sbin/ping')
-rw-r--r-- | sbin/ping/ping.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index 652412e65dc..eb32448ed35 100644 --- a/sbin/ping/ping.c +++ b/sbin/ping/ping.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ping.c,v 1.85 2009/12/15 21:09:43 mpf Exp $ */ +/* $OpenBSD: ping.c,v 1.86 2009/12/24 10:06:35 sobrado Exp $ */ /* $NetBSD: ping.c,v 1.20 1995/08/11 22:37:58 cgd Exp $ */ /* @@ -1085,7 +1085,7 @@ pr_icmph(struct icmp *icp) (void)printf("Destination Net Unreachable for TOS\n"); break; case ICMP_UNREACH_TOSHOST: - (void)printf("Desination Host Unreachable for TOS\n"); + (void)printf("Destination Host Unreachable for TOS\n"); break; case ICMP_UNREACH_FILTER_PROHIB: (void)printf("Route administratively prohibited\n"); |