diff mbox series

fix typo

Message ID 20230601154945.65460-1-tongxiaoge1001@126.com
State Superseded
Delegated to: Pablo Neira
Headers show
Series fix typo | expand

Commit Message

tongxiaoge1001@126.com June 1, 2023, 3:49 p.m. UTC
From: shixuantong <tongxiaoge1001@126.com>

---
 tests/nft-table-test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Pablo Neira Ayuso June 1, 2023, 6:58 p.m. UTC | #1
Hi,

May I add your Signed-off-by: tag to your patch?

Thanks

On Thu, Jun 01, 2023 at 11:49:45PM +0800, tongxiaoge1001@126.com wrote:
> From: shixuantong <tongxiaoge1001@126.com>
> 
> ---
>  tests/nft-table-test.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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[])
> -- 
> 2.33.0
>
diff mbox series

Patch

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[])