The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=d600ad8101d44906af74620f5f53bac97faff319

commit d600ad8101d44906af74620f5f53bac97faff319
Author:     Elyes Haouas <[email protected]>
AuthorDate: 2024-04-11 17:46:59 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2024-04-11 17:53:26 +0000

    ipfw: Remove repeated words
    
    Remove repeated words in error message.
    
    Signed-off-by: Elyes Haouas <[email protected]>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/887
---
 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 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",

Reply via email to