mirror of
https://github.com/LionyxML/nocurses.git
synced 2023-08-10 21:13:25 +03:00
typo fixing (#6)
This commit is contained in:
2
demo.c
2
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);
|
||||
|
||||
Reference in New Issue
Block a user