summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2011-12-30 11:02:40 +0000
committeruqs <uqs@FreeBSD.org>2011-12-30 11:02:40 +0000
commit9953595f973c461c2729e5a7cde9380a3d3d2c9a (patch)
treed145ece02284bd86561f373fcb369e260154153b /usr.bin/systat
parentf4753a04d4771c2013dc576b6455d28c5e64e93e (diff)
downloadFreeBSD-src-9953595f973c461c2729e5a7cde9380a3d3d2c9a.zip
FreeBSD-src-9953595f973c461c2729e5a7cde9380a3d3d2c9a.tar.gz
Spelling fixes for usr.bin/
Diffstat (limited to 'usr.bin/systat')
-rw-r--r--usr.bin/systat/icmp6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/icmp6.c b/usr.bin/systat/icmp6.c
index ed46344..366d026 100644
--- a/usr.bin/systat/icmp6.c
+++ b/usr.bin/systat/icmp6.c
@@ -75,7 +75,7 @@ static struct icmp6stat icmp6stat, initstat, oldstat;
12999999999 time-to-live exceeded 999999999 time-to-line exceeded
13999999999 parameter problem 999999999 parameter problem
14999999999 neighbor solicitation 999999999 neighbor solicitation
-15999999999 neighbor advertisment 999999999 neighbor advertisment
+15999999999 neighbor advertisement 999999999 neighbor advertisement
16999999999 router advertisement 999999999 router solicitation
17
18
@@ -121,7 +121,7 @@ labelicmp6(void)
B(12, "time-to-live exceeded");
B(13, "parameter problem");
B(14, "neighbor solicitation");
- B(15, "neighbor advertisment");
+ B(15, "neighbor advertisement");
L(16, "router advertisement"); R(16, "router solicitation");
#undef L
#undef R
OpenPOWER on IntegriCloud