Eo: Fix typo in error message.

Thanjs to q66 for reporting.
This commit is contained in:
Tom Hacohen 2015-05-21 10:52:26 +01:00
parent b2c9899d8a
commit 1d4c028034
1 changed files with 1 additions and 1 deletions

View File

@ -950,7 +950,7 @@ _eo_add_internal_end(Eo *eo_id)
if (EINA_UNLIKELY(!fptr->o.obj))
{
ERR("Corrupt call stuck, shouldn't happen, please report!");
ERR("Corrupt call stack, shouldn't happen, please report!");
return NULL;
}