DPDK patches and discussions
 help / color / mirror / Atom feed
From: masoumeh.farhadinia@gmail.com
To: dev@dpdk.org
Cc: Masi <masoumeh.farhadinia@gmail.com>
Subject: [PATCH] Spelling: Fix spelling mistake.
Date: Thu, 21 Mar 2024 18:41:35 -0400	[thread overview]
Message-ID: <20240321224135.998-1-masoumeh.farhadinia@gmail.com> (raw)

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

Caught by codespell.

Signed-off-by: Masi <masoumeh.farhadinia@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	other threads:[~2024-03-22 12:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-21 22:41 masoumeh.farhadinia [this message]
2024-03-25  1:50 ` Thomas Monjalon
  -- strict thread matches above, loose matches on Subject: below --
2024-03-21 23:05 [PATCH] Spelling: Fix Spelling mistake vinh.t.tran10
2024-03-25  2:33 ` Thomas Monjalon
2024-03-21 22:35 [PATCH] Spelling : Fix spelling mistake Fidel Castro
2024-03-25  1:57 ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240321224135.998-1-masoumeh.farhadinia@gmail.com \
    --to=masoumeh.farhadinia@gmail.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).