summaryrefslogtreecommitdiffstats
path: root/usr.bin/netstat
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-01 02:28:15 +0000
committerdd <dd@FreeBSD.org>2001-06-01 02:28:15 +0000
commit4c27d7fa9313e6d4e3468b23a9b808eb0fabab18 (patch)
tree79041482bb99e52fd802c079b9673a76b68d4b5a /usr.bin/netstat
parentb2e9846a767a2b309c3d2b4afe29c22b9c130cb7 (diff)
downloadFreeBSD-src-4c27d7fa9313e6d4e3468b23a9b808eb0fabab18.zip
FreeBSD-src-4c27d7fa9313e6d4e3468b23a9b808eb0fabab18.tar.gz
Correct some typos.
PR: 27251 Submitted by: Pekka Savola <pekkas@netcore.fi>
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r--usr.bin/netstat/inet6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/inet6.c b/usr.bin/netstat/inet6.c
index 50d57e1..5b09706 100644
--- a/usr.bin/netstat/inet6.c
+++ b/usr.bin/netstat/inet6.c
@@ -680,9 +680,9 @@ static char *icmp6names[] = {
"multicast listener report",
"multicast listener done",
"router solicitation",
- "router advertisment",
+ "router advertisement",
"neighbor solicitation",
- "neighbor advertisment",
+ "neighbor advertisement",
"redirect",
"router renumbering",
"node information request",
@@ -851,7 +851,7 @@ icmp6_stats(off, name)
printf("\t\t%s: %llu\n", icmp6names[i],
(unsigned long long)icmp6stat.icp6s_inhist[i]);
}
- printf("\tHistgram of error messages to be generated:\n");
+ printf("\tHistogram of error messages to be generated:\n");
p_5(icp6s_odst_unreach_noroute, "\t\t%llu no route\n");
p_5(icp6s_odst_unreach_admin, "\t\t%llu administratively prohibited\n");
p_5(icp6s_odst_unreach_beyondscope, "\t\t%llu beyond scope\n");
OpenPOWER on IntegriCloud