Eo: Rephrased error message.

SVN revision: 71709
This commit is contained in:
Tom Hacohen 2012-06-05 12:05:02 +00:00
parent 01c10de3f5
commit 8f1077493f
1 changed files with 1 additions and 1 deletions

View File

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