aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-11 17:46:59 +0000
committerWarner Losh <imp@FreeBSD.org>2024-04-11 17:53:26 +0000
commitd600ad8101d44906af74620f5f53bac97faff319 (patch)
tree0463f64cce0a0e832cbe29fc1d1a926f5d55bed7 /sbin
parentc384235c16330cb48c3b0b02ff821ff0915bd2a4 (diff)
downloadsrc-d600ad8101d44906af74620f5f53bac97faff319.tar.gz
src-d600ad8101d44906af74620f5f53bac97faff319.zip
ipfw: Remove repeated words
Remove repeated words in error message. Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/887
Diffstat (limited to 'sbin')
-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 7a8601aad46a..72927e336fa8 100644
--- a/sbin/ipfw/ipfw2.c
+++ b/sbin/ipfw/ipfw2.c
@@ -3522,7 +3522,7 @@ ipfw_delete(char *av[])
if (g_co.do_quiet)
continue;
if (rt.start_rule != rt.end_rule)
- warnx("no rules rules in %u-%u range",
+ warnx("no rules in %u-%u range",
rt.start_rule, rt.end_rule);
else
warnx("rule %u not found",