From c1903e3fdc354a0981bfeadfa3a3775be784c40c Mon Sep 17 00:00:00 2001 From: shixuantong Date: Thu, 1 Jun 2023 23:53:23 +0800 Subject: tests: nft-table-test: fix typo Signed-off-by: shixuantong Signed-off-by: Pablo Neira Ayuso --- tests/nft-table-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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[]) -- cgit v1.2.3