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
This commit is contained in:
Amitesh Singh 2014-07-11 15:14:04 +09:00 committed by Daniel Juyung Seo
parent e48cc8dbe7
commit b9efdea6d9
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*