From fe9602cd242d1202875ebdcc41adb7e5930caa63 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Tue, 3 Mar 2020 14:32:47 +0800 Subject: rules: fix typo Fixes d596f728e9 ("rules: fix UCI context in error reporting") Signed-off-by: Yousong Zhou --- rules.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.c b/rules.c index 5af8bfd..5230a86 100644 --- a/rules.c +++ b/rules.c @@ -200,7 +200,7 @@ check_rule(struct fw3_state *state, struct fw3_rule *r, struct uci_element *e) if (!r->_src && !r->_dest && !r->src.any && !r->dest.any) { warn_section("rule", r, e, "has neither a source nor a destination zone assigned " - "- assuming an output r"); + "- assuming an output rule"); } if (list_empty(&r->proto)) -- cgit v1.2.1