]> git.ipfire.org Git - thirdparty/libnftnl.git/commitdiff
tests: nft-table-test: fix typo
authorshixuantong <tongxiaoge1001@126.com>
Thu, 1 Jun 2023 15:53:23 +0000 (23:53 +0800)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 2 Jun 2023 06:09:11 +0000 (08:09 +0200)
Signed-off-by: shixuantong <tongxiaoge1001@126.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/nft-table-test.c

index 1b2f280d22ccf83278cdc70854a36eb4927dee1a..53cf3d198a16a52b56917dfa44d838ef8be9822a 100644 (file)
@@ -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[])