DPDK patches and discussions
 help / color / mirror / Atom feed
From: vinh.t.tran10@gmail.com
To: dev@dpdk.org
Subject: [PATCH] Spelling: Fix Spelling mistake.
Date: Thu, 21 Mar 2024 19:05:29 -0400	[thread overview]
Message-ID: <20240321230529.2677-1-vinh.t.tran10@gmail.com> (raw)

From: vtran0314 <vinh.t.tran10@gmail.com>

Caught by codespell.

Signed-off-by: Vinh Tran <vinh.t.tran10@gmail.com>
---
 app/test/test_cfgfile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test/test_cfgfile.c b/app/test/test_cfgfile.c
index 2f596affee..adc6732cd1 100644
--- a/app/test/test_cfgfile.c
+++ b/app/test/test_cfgfile.c
@@ -168,7 +168,7 @@ test_cfgfile_invalid_section_header(void)
 	struct rte_cfgfile *cfgfile;
 
 	cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/invalid_section.ini", 0);
-	TEST_ASSERT_NULL(cfgfile, "Expected failured did not occur");
+	TEST_ASSERT_NULL(cfgfile, "Expected failed did not occur");
 
 	return 0;
 }
-- 
2.44.0.windows.1


             reply	other threads:[~2024-03-22 12:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-21 23:05 vinh.t.tran10 [this message]
2024-03-25  2:33 ` Thomas Monjalon
  -- strict thread matches above, loose matches on Subject: below --
2024-03-21 22:41 [PATCH] Spelling: Fix spelling mistake masoumeh.farhadinia
2024-03-25  1:50 ` Thomas Monjalon
2024-03-21 22:35 [PATCH] Spelling : " 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=20240321230529.2677-1-vinh.t.tran10@gmail.com \
    --to=vinh.t.tran10@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).