git: e4861dc85799 - main - ipfw/ipfw2: Fix typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 02:34:05 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=e4861dc8579998967779a7455d3bc8035b094e42
commit e4861dc8579998967779a7455d3bc8035b094e42
Author: Elyes Haouas <ehaouas@noos.fr>
AuthorDate: 2023-06-01 23:41:34 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-06-02 02:33:40 +0000
ipfw/ipfw2: Fix typos
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/653
---
sbin/ipfw/ipfw2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c
index 3a50fb40bc19..683465a024bc 100644
--- a/sbin/ipfw/ipfw2.c
+++ b/sbin/ipfw/ipfw2.c
@@ -2851,7 +2851,7 @@ ipfw_list(int ac, char *av[], int show_counters)
}
}
- /* get configuraion from kernel */
+ /* get configuration from kernel */
cfg = NULL;
sfo.show_counters = show_counters;
sfo.show_time = g_co.do_time;