Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Nov 2025 01:15:32 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 3beb8ebbede7 - stable/15 - pfctl(8): Fix a typo in an error message
Message-ID:  <202511020115.5A21FW2o073272@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=3beb8ebbede72019b5c806a968024eb6b697811b

commit 3beb8ebbede72019b5c806a968024eb6b697811b
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-26 15:09:43 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-02 01:12:16 +0000

    pfctl(8): Fix a typo in an error message
    
    - s/addresess/addresses/
    
    (cherry picked from commit a31d432264c461581231c08c00a5d0ad8c38bafd)
---
 sbin/pfctl/parse.y | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index dce5800df27a..05bc97e2f2ef 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -6231,7 +6231,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++;
 	}


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511020115.5A21FW2o073272>