typo fixing (#6)

This commit is contained in:
Marc Chantreux
2022-03-13 02:47:36 +01:00
committed by GitHub
parent 4e9e60c471
commit 5948cad835

2
demo.c
View File

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