tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=1d4c028034880cb7c591bd0ee2b48c74a4615ed4

commit 1d4c028034880cb7c591bd0ee2b48c74a4615ed4
Author: Tom Hacohen <t...@stosb.com>
Date:   Thu May 21 10:52:26 2015 +0100

    Eo: Fix typo in error message.
    
    Thanjs to q66 for reporting.
---
 src/lib/eo/eo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c
index 766b7d3..588e74a 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;
      }
 

-- 


Reply via email to