From 6407cb367e2856b7c8fb427cd420a6d58a179ce9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 21 Jul 2011 00:01:15 +0000 Subject: Add a NuttX logo image example git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3804 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nxhello/nxhello_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples/nxhello/nxhello_main.c') 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); -- cgit v1.2.3