diff --git a/subsys/shell/modules/kernel_service.c b/subsys/shell/modules/kernel_service.c index c7c5f51d9b2..c10dd1b8c1d 100644 --- a/subsys/shell/modules/kernel_service.c +++ b/subsys/shell/modules/kernel_service.c @@ -64,7 +64,7 @@ static int cmd_kernel_uptime(const struct shell *sh, size_t argc, char **argv) /* No need to enable the getopt and getopt_long for just one option. */ if (strcmp("-p", argv[1]) && strcmp("--pretty", argv[1]) != 0) { - shell_error(sh, "Usupported option: %s", argv[1]); + shell_error(sh, "Unsupported option: %s", argv[1]); return -EIO; }