cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=769a970be000f22c2406d8649ad95412afc5b94e
commit 769a970be000f22c2406d8649ad95412afc5b94e Author: Cedric Bail <[email protected]> Date: Sat Nov 4 13:26:21 2017 -0700 eo: fix typo. Thanks Gustavo. --- src/lib/eo/Eo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/eo/Eo.h b/src/lib/eo/Eo.h index d740919941..002d648b98 100644 --- a/src/lib/eo/Eo.h +++ b/src/lib/eo/Eo.h @@ -2086,7 +2086,7 @@ eina_value_object_new(Eo *obj) } /** - * @brief Create a new #EinaInitializeining the passed parameter + * @brief Create a new #Eina_Value initialized with the passed parameter * @param obj The object to use * @return The #Eina_Value * @since 1.21 --
