Typo fixing

This commit is contained in:
Mathieu Maret 2021-11-08 22:52:46 +01:00
parent 9089cfaf44
commit 794d54180a
1 changed files with 1 additions and 1 deletions

View File

@ -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)))