[PATCH] Spelling : Fix spelling mistake.

Fidel Castro fidelcastro.s at hotmail.com
Thu Mar 21 23:35:52 CET 2024


Caught by codespell.

Signed-off-by: Fidel Castro <fidelcastro.s at hotmail.com>
---
 app/test/test_power.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test/test_power.c b/app/test/test_power.c
index f1e80299d3..403adc22d6 100644
--- a/app/test/test_power.c
+++ b/app/test/test_power.c
@@ -143,7 +143,7 @@ test_power(void)
 		/* Test setting a valid environment */
 		ret = rte_power_set_env(envs[i]);
 		if (ret != 0) {
-			printf("Unexpectedly unsucceeded on setting a valid environment\n");
+			printf("Unexpectedly unsuccessful on setting a valid environment\n");
 			return -1;
 		}
 
-- 
2.44.0.windows.1



More information about the dev mailing list