evas_main.c: fix a typo?

This commit is contained in:
Daniel Juyung Seo 2013-07-11 16:53:21 +09:00
parent dc97ae0937
commit fa9f891bce
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}