From: Amitesh Singh Date: Fri, 11 Jul 2014 06:14:04 +0000 (+0900) Subject: tooltip: corrected the typo in documentation of elm_object_tooltip_show X-Git-Tag: upstream/1.10.0+218+gee3f0b7~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c0bb86ba6c92e4c8be42e49b3df35cd991fb33f;p=platform%2Fupstream%2Felementary.git 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 --- 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. *