[PATCH] Spelling: Fix Spelling mistake.

vinh.t.tran10 at gmail.com vinh.t.tran10 at gmail.com
Fri Mar 22 00:05:29 CET 2024


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

Caught by codespell.

Signed-off-by: Vinh Tran <vinh.t.tran10 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..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



More information about the dev mailing list