From: Holly Nichols <hollynichol...@gmail.com>

Caught by codespell.

Signed-off-by: Holly Nichols <hollynichol...@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

Reply via email to