git: 6f9036a6513e - stable/13 - netstat: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Mar 2022 19:48:13 UTC
The branch stable/13 has been updated by se:
URL: https://cgit.FreeBSD.org/src/commit/?id=6f9036a6513ef0bd31b40c9d935ae450381d30ea
commit 6f9036a6513ef0bd31b40c9d935ae450381d30ea
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-07-02 06:38:42 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-03-04 19:41:55 +0000
netstat: Fix typo
Correct spelling of "received packers" to "received packets".
(cherry picked from commit c5b8d7b7c14f72a4ad12e610222642c69374dd4a)
---
usr.bin/netstat/inet.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.bin/netstat/inet.c b/usr.bin/netstat/inet.c
index ec8128e19baf..fa4f31516a39 100644
--- a/usr.bin/netstat/inet.c
+++ b/usr.bin/netstat/inet.c
@@ -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");