From: gudenau Date: Tue, 17 Feb 2015 00:47:40 +0000 (-0600) Subject: Fixed a type-o X-Git-Tag: v0.5.0~39^2 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=bb1ca9e63ad756f65f52cb663796888ff082efdf;p=corbenik%2Fctrulib.git Fixed a type-o --- diff --git a/examples/graphics/printing/hello-world/source/main.c b/examples/graphics/printing/hello-world/source/main.c index c131d20..260b017 100644 --- a/examples/graphics/printing/hello-world/source/main.c +++ b/examples/graphics/printing/hello-world/source/main.c @@ -23,7 +23,7 @@ int main(int argc, char **argv) consoleInit(GFX_TOP, NULL); //Move the cursor to row 15 and column 19 and then prints "Hello World!" - //To move the cursor you have tu print "\x1b[r;cH", where r and c are respectively + //To move the cursor you have to print "\x1b[r;cH", where r and c are respectively //the row and column where you want your cursor to move //The top screen has 30 rows and 50 columns //The bottom screen has 30 rows and 40 columns