From b9efdea6d9299ff7483f7ab795c3f15cc7265fdc Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Fri, 11 Jul 2014 15:14:04 +0900 Subject: [PATCH] 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 --- legacy/elementary/src/lib/elm_tooltip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_tooltip.h b/legacy/elementary/src/lib/elm_tooltip.h index 03a2c5d7f7..d1b6d4d28b 100644 --- a/legacy/elementary/src/lib/elm_tooltip.h +++ b/legacy/elementary/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. *