eo: fix typo.
authorCedric Bail <cedric.bail@samsung.com>
Fri, 13 Sep 2013 07:44:38 +0000 (16:44 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Fri, 13 Sep 2013 07:46:08 +0000 (16:46 +0900)
src/lib/eo/Eo.h
src/lib/eo/eo.c

index 4921f6d..e1b4997 100644 (file)
@@ -803,7 +803,7 @@ EAPI Eo *eo_parent_get(const Eo *obj);
  *
  * @see eo_parent_set()
  */
-EAPI Eina_Iterator *eo_childrens_iterator_new(Eo *obj_id);
+EAPI Eina_Iterator *eo_children_iterator_new(Eo *obj_id);
 
 /**
  * @brief Set the parent of an object
index 1985a57..44895b6 100644 (file)
@@ -1135,7 +1135,7 @@ _eo_children_iterator_free(Eo_Children_Iterator *it)
 }
 
 EAPI Eina_Iterator *
-eo_childrens_iterator_new(Eo *obj_id)
+eo_children_iterator_new(Eo *obj_id)
 {
    Eo_Children_Iterator *it;
    _Eo_Class *klass;