diff --git a/userspace/main_user.c b/userspace/main_user.c index 04eb2cf..fd8cd67 100644 --- a/userspace/main_user.c +++ b/userspace/main_user.c @@ -28,7 +28,7 @@ int main(int argc, char *argv[]) (void)argc; (void)argv; char buf[64]; - printf("Shell staring. type \"help\" for help\n"); + printf("Shell starting... type \"help\" for help\n"); while (1) { printf(">"); if (readline(buf, sizeof(buf)))