[PATCH] Spelling: Fixed a spelling mistake.
hollynichols04 at gmail.com
hollynichols04 at gmail.com
Fri Mar 22 00:16:32 CET 2024
From: Holly Nichols <hollynichols04 at gmail.com>
Caught by codespell.
Signed-off-by: Holly Nichols <hollynichols04 at 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
More information about the dev
mailing list