diff --git a/demo.c b/demo.c index 4e787c4..4bc5381 100644 --- a/demo.c +++ b/demo.c @@ -79,7 +79,7 @@ resetcolors()\n"); printf("I am using the wait() function to wait for your\ncommand."); waiting(); - printf("See it? The screen was cleared with the clrscr() funciton."); + printf("See it? The screen was cleared with the clrscr() function."); waiting(); gotoxy(5, 6);