From: Masi <masoumeh.farhadi...@gmail.com>

Caught by codespell.

Signed-off-by: Masi <masoumeh.farhadi...@gmail.com>
---
 examples/ipsec-secgw/parser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/ipsec-secgw/parser.c b/examples/ipsec-secgw/parser.c
index 98f8176651..2bd6df335b 100644
--- a/examples/ipsec-secgw/parser.c
+++ b/examples/ipsec-secgw/parser.c
@@ -388,7 +388,7 @@ cfg_parse_neigh(void *parsed_result, __rte_unused struct 
cmdline *cl,
        rc = parse_mac(res->mac, &mac);
        APP_CHECK(rc == 0, st, "invalid ether addr:%s", res->mac);
        rc = add_dst_ethaddr(res->port, &mac);
-       APP_CHECK(rc == 0, st, "invalid port numer:%hu", res->port);
+       APP_CHECK(rc == 0, st, "invalid port number:%hu", res->port);
        if (st->status < 0)
                return;
 }
-- 
2.44.0.windows.1

Reply via email to