From: Jeremy Sowden Date: Tue, 21 Dec 2021 19:36:50 +0000 (+0000) Subject: netlink_delinearize: fix typo X-Git-Tag: v1.0.2~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=419b07764d5c4ed5ee269546732b3602583be80d;p=thirdparty%2Fnftables.git netlink_delinearize: fix typo Correct spelling in comment. Signed-off-by: Jeremy Sowden Signed-off-by: Florian Westphal --- diff --git a/src/netlink_delinearize.c b/src/netlink_delinearize.c index 323e9150..83be2fec 100644 --- a/src/netlink_delinearize.c +++ b/src/netlink_delinearize.c @@ -2057,7 +2057,7 @@ static bool __meta_dependency_may_kill(const struct expr *dep, uint8_t *nfproto) } /* We have seen a protocol key expression that restricts matching at the network - * base, leave it in place since this is meaninful in bridge, inet and netdev + * base, leave it in place since this is meaningful in bridge, inet and netdev * families. Exceptions are ICMP and ICMPv6 where this code assumes that can * only happen with IPv4 and IPv6. */