From: hollynichols04@gmail.com
To: dev@DPDK.org
Cc: Holly Nichols <hollynichols04@gmail.com>
Subject: [PATCH] Spelling: Fixed a spelling mistake.
Date: Thu, 21 Mar 2024 19:16:32 -0400 [thread overview]
Message-ID: <20240321231633.1621-1-hollynichols04@gmail.com> (raw)
From: Holly Nichols <hollynichols04@gmail.com>
Caught by codespell.
Signed-off-by: Holly Nichols <hollynichols04@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..21bf34a718 100644
--- a/app/test/test_cfgfile.c
+++ b/app/test/test_cfgfile.c
@@ -196,7 +196,7 @@ test_cfgfile_invalid_key_value_pair(void)
struct rte_cfgfile *cfgfile;
cfgfile = rte_cfgfile_load(CFG_FILES_ETC "/empty_key_value.ini", 0);
- TEST_ASSERT_NULL(cfgfile, "Expected failured did not occur");
+ TEST_ASSERT_NULL(cfgfile, "Expected failure did not occur");
return 0;
}
--
2.44.0.windows.1
next reply other threads:[~2024-03-22 12:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-21 23:16 hollynichols04 [this message]
2024-03-25 2:41 ` Thomas Monjalon
-- strict thread matches above, loose matches on Subject: below --
2024-03-21 23:03 Flore
2024-03-25 1:05 ` 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=20240321231633.1621-1-hollynichols04@gmail.com \
--to=hollynichols04@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).