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.

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-12-04 12:10:39 +01:00
parent a9beea0511
commit e10ac08631

View File

@ -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" },