aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2025-10-26 15:09:43 +0000
committerGordon Bergling <gbe@FreeBSD.org>2025-10-26 15:09:43 +0000
commita31d432264c461581231c08c00a5d0ad8c38bafd (patch)
tree1280add426f13a6f36afbb02b5937e3a4618e426
parent44004bcffabc3372d6812c2e0c4bf90386919e21 (diff)
pfctl(8): Fix a typo in an error message
- s/addresess/addresses/ MFC after: 1 week
-rw-r--r--sbin/pfctl/parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index 0f7702fc4630..127e2c257d69 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -6246,7 +6246,7 @@ check_binat_redirspec(struct node_host *src_host, struct pfctl_rule *r,
}
if (PF_AZERO(&r->src.addr.v.a.mask, af) ||
PF_AZERO(&(nat_pool->addr.v.a.mask), af)) {
- yyerror ("source and redir addresess must have "
+ yyerror ("source and redir addresses must have "
"a matching network mask in binat-rule");
error++;
}