eo: fix typo.

This commit is contained in:
Cedric Bail 2013-09-13 16:44:38 +09:00
parent 0c88d8e8ce
commit 7f23deb723
2 changed files with 2 additions and 2 deletions

View File

@ -803,7 +803,7 @@ EAPI Eo *eo_parent_get(const Eo *obj);
* *
* @see eo_parent_set() * @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 * @brief Set the parent of an object

View File

@ -1135,7 +1135,7 @@ _eo_children_iterator_free(Eo_Children_Iterator *it)
} }
EAPI Eina_Iterator * EAPI Eina_Iterator *
eo_childrens_iterator_new(Eo *obj_id) eo_children_iterator_new(Eo *obj_id)
{ {
Eo_Children_Iterator *it; Eo_Children_Iterator *it;
_Eo_Class *klass; _Eo_Class *klass;