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
This commit is contained in:
Elyes Haouas 2023-06-01 17:41:34 -06:00 committed by Warner Losh
parent e71b329402
commit e4861dc857

View file

@ -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;