diff --git a/legacy/eobj/lib/eo.c b/legacy/eobj/lib/eo.c index 68c06e0014..647bd9b3c9 100644 --- a/legacy/eobj/lib/eo.c +++ b/legacy/eobj/lib/eo.c @@ -1535,7 +1535,7 @@ eo_manual_free(Eo *obj) if (EINA_FALSE == obj->manual_free) { - ERR("Tried to free manually the object %p while the option has not been set; see eo_manual_free_set for more information.", obj); + ERR("Tried manually free the object %p while the option has not been set; see eo_manual_free_set for more information.", obj); return; }