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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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