From: vtran0314 <vinh.t.tra...@gmail.com> Caught by codespell.
Signed-off-by: Vinh Tran <vinh.t.tra...@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