cedric pushed a commit to branch master.

commit a1c24625dd47c431c69df15fba3d843b61707ee0
Author: Cedric Bail <[email protected]>
Date:   Fri Mar 22 22:56:52 2013 +0900

    eio: fix a typos.
---
 src/lib/eio/eio_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eio/eio_main.c b/src/lib/eio/eio_main.c
index a0910c4..8de81c7 100644
--- a/src/lib/eio/eio_main.c
+++ b/src/lib/eio/eio_main.c
@@ -212,7 +212,7 @@ eio_init(void)
 
    if (!ecore_init())
      {
-        ERR("Can not initialize Eina\n");
+        ERR("Can not initialize Ecore\n");
         goto unregister_log_domain;
      }
 

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar

Reply via email to