From 49afea24f8ebac9e5d9341d2fb2477d8b718b086 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 18 Aug 2011 04:24:21 +0000 Subject: [PATCH] ecore Ecore.h: Fixed typo. SVN revision: 62546 --- legacy/ecore/src/lib/ecore/Ecore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore/Ecore.h b/legacy/ecore/src/lib/ecore/Ecore.h index 471bec2ce1..fee91b7ebd 100644 --- a/legacy/ecore/src/lib/ecore/Ecore.h +++ b/legacy/ecore/src/lib/ecore/Ecore.h @@ -159,7 +159,7 @@ int main(int argc, const char **argv) } @endcode -This program is very simple and does't check for errors, but it does start up +This program is very simple and doesn't check for errors, but it does start up and begin a main loop waiting for events or timers to tick off. This program doesn't set up any, but now we can expand on this simple program a little more by adding some event handlers and timers.