netstat: Fix typo

Correct spelling of "received packers" to "received packets".

(cherry picked from commit c5b8d7b7c1)
This commit is contained in:
Stefan Eßer 2021-07-02 08:38:42 +02:00
parent c82c2fb1ae
commit 6f9036a651

View File

@ -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");