jayji pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=76144128cee802d2cdb23154c42d9d4252fc0338
commit 76144128cee802d2cdb23154c42d9d4252fc0338 Author: Jean Guyomarc'h <j...@guyomarch.bzh> Date: Sat Sep 16 14:18:46 2017 +0200 eo: fix doxygen typo --- 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 869910292c..fe5a550316 100644 --- a/src/lib/eo/Eo.h +++ b/src/lib/eo/Eo.h @@ -950,7 +950,7 @@ EAPI const char *efl_debug_name_get(const Eo *obj_id); * @brief Init the eo subsystem * @return @c EINA_TRUE if eo is init, @c EINA_FALSE otherwise. * - * @see eo_shutfown() + * @see eo_shutdown() */ EAPI Eina_Bool efl_object_init(void); --