From 2e48185aed8a4001e79fdcc37a1b322ce69e6b5c Mon Sep 17 00:00:00 2001 From: Glazed_Belmont <48196637+GlaZedBelmont@users.noreply.github.com> Date: Mon, 25 May 2020 20:48:11 -0400 Subject: [PATCH] Fix the typo for consoleClear() (#460) 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