From bff9ca0d5081578cb3c86c36e6628f8680f02acf Mon Sep 17 00:00:00 2001 From: Jon Scott Smith Date: Mon, 25 Jan 2021 23:06:21 -0600 Subject: [PATCH] Fixed spelling error in hal_term_print_state function. --- shared/hal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/hal.c b/shared/hal.c index c75bb844..f290e54c 100644 --- a/shared/hal.c +++ b/shared/hal.c @@ -151,7 +151,7 @@ void hal_term_print_state() { printf("HAL state: NAN_ERROR\n"); break; default: - printf("HAL state: unkonwn error\n"); + printf("HAL state: unknown error\n"); } }