Skip to content

Commit fe9602c

Browse files
committed
rules: fix typo
Fixes d596f72 ("rules: fix UCI context in error reporting") Signed-off-by: Yousong Zhou <[email protected]>
1 parent 7cc2a84 commit fe9602c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ check_rule(struct fw3_state *state, struct fw3_rule *r, struct uci_element *e)
200200
if (!r->_src && !r->_dest && !r->src.any && !r->dest.any)
201201
{
202202
warn_section("rule", r, e, "has neither a source nor a destination zone assigned "
203-
"- assuming an output r");
203+
"- assuming an output rule");
204204
}
205205

206206
if (list_empty(&r->proto))

0 commit comments

Comments
 (0)