summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousong Zhou <yszhou4tech@gmail.com>2020-03-03 14:32:47 +0800
committerYousong Zhou <yszhou4tech@gmail.com>2020-03-03 14:33:57 +0800
commitfe9602cd242d1202875ebdcc41adb7e5930caa63 (patch)
tree6d64b5a4685242ca827836841872959d537b8626
parent7cc2a84d5fa28a79033dcf882d474d151e3d0c89 (diff)
downloadfirewall3-fe9602cd242d1202875ebdcc41adb7e5930caa63.tar.gz
rules: fix typo
Fixes d596f728e9 ("rules: fix UCI context in error reporting") Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
-rw-r--r--rules.c2
1 files changed, 1 insertions, 1 deletions
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))