Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 2021 18:53:56 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: f9346ed0c036 - stable/13 - ipfilter(4): Fix a typo in an error message
Message-ID:  <202112071853.1B7IruMw000778@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer):

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

commit f9346ed0c03648bd7f6ba1b1471eff155d582290
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-12-04 11:10:39 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-12-07 18:52:58 +0000

    ipfilter(4): Fix a typo in an error message
    
    - s/addresss/address/
    
    This is a direct commit to contrib since the upstream is
    no longer active.
    
    (cherry picked from commit e10ac086319df82b7bdc93aa9af61620a33eda2f)
---
 contrib/ipfilter/lib/interror.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/ipfilter/lib/interror.c b/contrib/ipfilter/lib/interror.c
index ffa12def4ac1..183e465a0ca4 100644
--- a/contrib/ipfilter/lib/interror.c
+++ b/contrib/ipfilter/lib/interror.c
@@ -358,7 +358,7 @@ log" },
 /* -------------------------------------------------------------------------- */
 	{	70001,	"incorrect object size to get pool stats" },
 	{	70002,	"could not malloc memory for new pool node" },
-	{	70003,	"invalid addresss length for new pool node" },
+	{	70003,	"invalid address length for new pool node" },
 	{	70004,	"invalid mask length for new pool node" },
 	{	70005,	"error adding node to pool" },
 	{	70006,	"pool already exists" },



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