devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e497abb4a6ba8abd6ee9db1e7c31253fbe3cb6f9
commit e497abb4a6ba8abd6ee9db1e7c31253fbe3cb6f9 Author: Chris Michael <[email protected]> Date: Thu Sep 10 11:02:53 2015 -0400 ecore-wl2: Fix doxygen comment Signed-off-by: Chris Michael <[email protected]> --- src/lib/ecore_wl2/Ecore_Wl2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h index 6c44ad7..db97ce4 100644 --- a/src/lib/ecore_wl2/Ecore_Wl2.h +++ b/src/lib/ecore_wl2/Ecore_Wl2.h @@ -217,7 +217,7 @@ EAPI Eina_Iterator *ecore_wl2_display_globals_get(Ecore_Wl2_Display *display); * @defgroup Ecore_Wl2_Window_Group Wayland Library Window Functions * @ingroup Ecore_Wl2_Group * - * Functions that deal with creating, connecting, or interacting with + * Functions that deal with creating, destroying, or interacting with * Wayland windows */ --
