seoz pushed a commit to branch master.

commit fa9f891bcef2be30c73913b33d42bd8a57423c93
Author: Daniel Juyung Seo <[email protected]>
Date:   Thu Jul 11 16:53:21 2013 +0900

    evas_main.c: fix a typo?
---
 src/lib/evas/canvas/evas_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/evas/canvas/evas_main.c b/src/lib/evas/canvas/evas_main.c
index b29e547..0d13a27 100644
--- a/src/lib/evas/canvas/evas_main.c
+++ b/src/lib/evas/canvas/evas_main.c
@@ -218,7 +218,7 @@ _destructor(Eo *eo_e, void *_pd, va_list *list EINA_UNUSED)
                   if (!o->delete_me)
                     {
                        if (o->ref > 0)
-                         ERR("obj(%p, %s) ref count(%d) is more than 0. This 
object couldn't be deleted", o, o->type, o->ref);
+                         ERR("obj(%p, %s) ref count(%d) is bigger than 0. This 
object couldn't be deleted", o, o->type, o->ref);
                        del = EINA_TRUE;
                     }
                }

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to