aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-06-01 23:41:34 +0000
committerWarner Losh <imp@FreeBSD.org>2023-06-02 02:33:40 +0000
commite4861dc8579998967779a7455d3bc8035b094e42 (patch)
tree378310de983cb101611294245aae2e18bd1fa7bb
parente71b32940258b40eb52e5cbeadb209336d62c319 (diff)
downloadsrc-e4861dc8579998967779a7455d3bc8035b094e42.tar.gz
src-e4861dc8579998967779a7455d3bc8035b094e42.zip
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
-rw-r--r--sbin/ipfw/ipfw2.c2
1 files changed, 1 insertions, 1 deletions
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;