Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2023 02:33:53 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e095cbab2f81 - main - ipf/ipfstat: Fix typos
Message-ID:  <202306020233.3522Xrm4005320@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306020233.3522Xrm4005320>