From a5f1960427359ba6a91cecee009b9a527faa77c9 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Fri, 8 Jun 2012 07:47:25 +0000 Subject: [PATCH] ecore: typos, thanks kuri. SVN revision: 71835 --- legacy/ecore/src/lib/ecore/ecore_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore/ecore_main.c b/legacy/ecore/src/lib/ecore/ecore_main.c index 949a14c9a9..a936a2b41c 100644 --- a/legacy/ecore/src/lib/ecore/ecore_main.c +++ b/legacy/ecore/src/lib/ecore/ecore_main.c @@ -1223,7 +1223,7 @@ _ecore_main_shutdown(void) if (in_main_loop) { ERR("\n" - "*** ECORE WARINING: Calling ecore_shutdown() while still in the main loop.\n" + "*** ECORE WARNING: Calling ecore_shutdown() while still in the main loop.\n" "*** Program may crash or behave strangely now."); return; }