From: Yousong Zhou Date: Tue, 3 Mar 2020 06:32:47 +0000 (+0800) Subject: rules: fix typo X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=fe9602cd242d1202875ebdcc41adb7e5930caa63;p=project%2Ffirewall3.git rules: fix typo Fixes d596f728e9 ("rules: fix UCI context in error reporting") Signed-off-by: Yousong Zhou --- 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))