summaryrefslogtreecommitdiff
path: root/apps/examples/nxhello/nxhello_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nxhello/nxhello_main.c')
-rw-r--r--apps/examples/nxhello/nxhello_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nxhello/nxhello_main.c b/apps/examples/nxhello/nxhello_main.c
index 98b16bb1d..4f6701aa5 100644
--- a/apps/examples/nxhello/nxhello_main.c
+++ b/apps/examples/nxhello/nxhello_main.c
@@ -274,7 +274,7 @@ int MAIN_NAME(int argc, char *argv[])
}
message(MAIN_NAME_STRING ": Screen resolution (%d,%d)\n", g_nxhello.xres, g_nxhello.yres);
- /* Now, say hello and exit, leeping a little before each. */
+ /* Now, say hello and exit, sleeping a little before each. */
sleep(1);
nxhello_hello(g_nxhello.hbkgd);