git: e095cbab2f81 - main - ipf/ipfstat: Fix typos

From: Warner Losh <imp_at_FreeBSD.org>
Date: Fri, 02 Jun 2023 02:33:53 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=e095cbab2f819362576f6bcb7521665583df66a8

commit e095cbab2f819362576f6bcb7521665583df66a8
Author:     Elyes Haouas <ehaouas@noos.fr>
AuthorDate: 2023-06-01 23:41:32 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-06-02 02:33:39 +0000

    ipf/ipfstat: Fix typos
    
    Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/653
---
 sbin/ipf/ipfstat/ipfstat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/ipf/ipfstat/ipfstat.c b/sbin/ipf/ipfstat/ipfstat.c
index 55c876724d4a..6c619a05c776 100644
--- a/sbin/ipf/ipfstat/ipfstat.c
+++ b/sbin/ipf/ipfstat/ipfstat.c
@@ -1573,7 +1573,7 @@ static void topipstates(i6addr_t saddr, i6addr_t daddr, int sport, int dport,
 		/*
 		 * For an IPv4 IP address we need at most 15 characters,
 		 * 4 tuples of 3 digits, separated by 3 dots. Enforce this
-		 * length, so the colums do not change positions based
+		 * length, so the columns do not change positions based
 		 * on the size of the IP address. This length makes the
 		 * output fit in a 80 column terminal.
 		 * We are lacking a good solution for IPv6 addresses (that