tooltip: corrected the typo in documentation of elm_object_tooltip_show
authorAmitesh Singh <amitesh.sh@samsung.com>
Fri, 11 Jul 2014 06:14:04 +0000 (15:14 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Fri, 11 Jul 2014 06:14:05 +0000 (15:14 +0900)
Summary: @fix

Reviewers: seoz, raster

Subscribers: shobhit, seoz

Differential Revision: https://phab.enlightenment.org/D1174

src/lib/elm_tooltip.h

index 03a2c5d..d1b6d4d 100644 (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.
  *