diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c index 766b7d3cb8..588e74ab2b 100644 --- a/src/lib/eo/eo.c +++ b/src/lib/eo/eo.c @@ -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; }