Skip to content

Commit 2e48185

Browse files
author
Glazed_Belmont
authored
Fix the typo for consoleClear() (#460)
Changed screan to screen
1 parent aefdcf2 commit 2e48185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libctru/include/3ds/console.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ PrintConsole* consoleInit(gfxScreen_t screen, PrintConsole* console);
166166
*/
167167
void consoleDebugInit(debugDevice device);
168168

169-
/// Clears the screan by using iprintf("\x1b[2J");
169+
/// Clears the screen by using iprintf("\x1b[2J");
170170
void consoleClear(void);
171171

172172
#ifdef __cplusplus

0 commit comments

Comments
 (0)