netstat: Fix typo
Correct spelling of "received packers" to "received packets".
(cherry picked from commit c5b8d7b7c1
)
This commit is contained in:
parent
c82c2fb1ae
commit
6f9036a651
@ -1123,7 +1123,7 @@ arp_stats(u_long off, const char *name, int af1 __unused, int proto __unused)
|
||||
"{N:/ARP request%s received}\n");
|
||||
p2(rxreplies, "{:received-replies/%ju} "
|
||||
"{N:/ARP repl%s received}\n");
|
||||
p(received, "{:received-packers/%ju} "
|
||||
p(received, "{:received-packets/%ju} "
|
||||
"{N:/ARP packet%s received}\n");
|
||||
p(dropped, "{:dropped-no-entry/%ju} "
|
||||
"{N:/total packet%s dropped due to no ARP entry}\n");
|
||||
|
Loading…
Reference in New Issue
Block a user