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"); } }