[Bug 1681] typo fix
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Sat May 27 05:20:33 CEST 2023
https://bugzilla.netfilter.org/show_bug.cgi?id=1681
--- Comment #1 from Chen Zhen <vchanger123456 at 163.com> ---
diff --git a/tests/nft-table-test.c b/tests/nft-table-test.c
index 1b2f280..53cf3d1 100644
--- a/tests/nft-table-test.c
+++ b/tests/nft-table-test.c
@@ -34,7 +34,7 @@ static void cmp_nftnl_table(struct nftnl_table *a, struct
nftnl_table *b)
print_err("table flags mismatches");
if (nftnl_table_get_u32(a, NFTNL_TABLE_FAMILY) !=
nftnl_table_get_u32(b, NFTNL_TABLE_FAMILY))
- print_err("tabke family mismatches");
+ print_err("table family mismatches");
}
int main(int argc, char *argv[])
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20230527/ea401f37/attachment.html>
More information about the netfilter-buglog
mailing list