From 025db15da7e4bf13ba9f60ac7a8b3a8b46018275 Mon Sep 17 00:00:00 2001 From: Glazed_Belmont <48196637+GlaZedBelmont@users.noreply.github.com> Date: Mon, 25 May 2020 20:40:29 -0400 Subject: [PATCH] Fix the typo for consoleClear() Changed screan to screen --- libctru/include/3ds/console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/console.h b/libctru/include/3ds/console.h index 98ea99c..fc1e088 100644 --- a/libctru/include/3ds/console.h +++ b/libctru/include/3ds/console.h @@ -166,7 +166,7 @@ PrintConsole* consoleInit(gfxScreen_t screen, PrintConsole* console); */ void consoleDebugInit(debugDevice device); -/// Clears the screan by using iprintf("\x1b[2J"); +/// Clears the screen by using iprintf("\x1b[2J"); void consoleClear(void); #ifdef __cplusplus