Eo: Fixed error message.

SVN revision: 71747
This commit is contained in:
Tom Hacohen 2012-06-06 11:41:56 +00:00
parent 7c7a6dd1fa
commit 0c32fc3e04
1 changed files with 1 additions and 1 deletions

View File

@ -1579,7 +1579,7 @@ eo_manual_free(Eo *obj)
if (EINA_FALSE == obj->manual_free)
{
ERR("Tried manually free the object %p while the option has not been set; see eo_manual_free_set for more information.", obj);
ERR("Tried to manually free the object %p while the option has not been set; see eo_manual_free_set for more information.", obj);
return;
}