From 5948cad8354743cde399f4a87242986280ea6032 Mon Sep 17 00:00:00 2001 From: Marc Chantreux Date: Sun, 13 Mar 2022 02:47:36 +0100 Subject: [PATCH] typo fixing (#6) --- demo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);