Fix the typo for consoleClear() (#460)

Changed screan to screen
This commit is contained in:
Glazed_Belmont 2020-05-25 20:48:11 -04:00 committed by GitHub
parent aefdcf203d
commit 2e48185aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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