summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshixuantong <tongxiaoge1001@126.com>2023-06-01 23:53:23 +0800
committerPablo Neira Ayuso <pablo@netfilter.org>2023-06-02 08:09:11 +0200
commitc1903e3fdc354a0981bfeadfa3a3775be784c40c (patch)
treed0cdf096ad9c626097697269772586a9ab7c305c
parent86a5461dadb488caa0c840715b9039ba214a2d9f (diff)
tests: nft-table-test: fix typo
Signed-off-by: shixuantong <tongxiaoge1001@126.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--tests/nft-table-test.c2
1 files changed, 1 insertions, 1 deletions
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[])