seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=4c0bb86ba6c92e4c8be42e49b3df35cd991fb33f
commit 4c0bb86ba6c92e4c8be42e49b3df35cd991fb33f Author: Amitesh Singh <[email protected]> Date: Fri Jul 11 15:14:04 2014 +0900 tooltip: corrected the typo in documentation of elm_object_tooltip_show Summary: @fix Reviewers: seoz, raster Subscribers: shobhit, seoz Differential Revision: https://phab.enlightenment.org/D1174 --- src/lib/elm_tooltip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_tooltip.h b/src/lib/elm_tooltip.h index 03a2c5d..d1b6d4d 100644 --- a/src/lib/elm_tooltip.h +++ b/src/lib/elm_tooltip.h @@ -123,7 +123,7 @@ typedef Evas_Object *(*Elm_Tooltip_Item_Content_Cb)(void *data, Evas_Object *obj * @param obj Target object * * Force show the tooltip and disable hide on mouse_out. - * If another content is set as tooltip, the visible tooltip will hididen and + * If another content is set as tooltip, the visible tooltip will be hidden and * showed again with new content. * This can force show more than one tooltip at a time. * --
