docs: Fix typos in API reference doc. submit/sandbox/upgrade/efl120/20180919.042345 submit/tizen/20180913.054954 submit/tizen/20180913.064436 submit/tizen/20180918.111512 submit/tizen/20180919.042618
authorYeongjong Lee <yj34.lee@samsung.com>
Thu, 30 Aug 2018 04:27:39 +0000 (13:27 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Thu, 13 Sep 2018 02:49:36 +0000 (11:49 +0900)
Change-Id: I06274c1e4c1c20de1e389f8c96c6d4e75df23dba

inc/efl_extension_events.h
inc/mobile/eext_floatingbutton.h
inc/wearable/efl_extension_more_option.h
inc/wearable/efl_extension_rotary_selector.h

index ba57b1b48f0d4458b06e2a5ed2115a0c93f76698..02be8b36b245689f1066e341fca229bcfaee4e1c 100644 (file)
@@ -171,7 +171,7 @@ typedef enum _Eext_Callback_Type
 {
    EEXT_CALLBACK_BACK,    /**< H/W Back Key Event */
    EEXT_CALLBACK_MORE,    /**< H/W More Key Event */
-   EEXT_CALLBACK_LAST     /**< Reserved value. Acutally This is not matched to
+   EEXT_CALLBACK_LAST     /**< Reserved value. Actually This is not matched to
                             any meaningful behavior. */
 } Eext_Callback_Type;
 
@@ -359,12 +359,12 @@ eext_entry_selection_back_event_allow_set(Evas_Object *obj, Eina_Bool allow)
 typedef enum _Eext_Gesture_Event_Type
 {
    EEXT_GESTURE_TAP,         /**< Tap Gesture */
-   EEXT_GESTURE_SWIPE_RIGHT, /**< Swipe Right Gesutre */
-   EEXT_GESTURE_SWIPE_LEFT,  /**< Swipe Left Gesutre */
-   EEXT_GESTURE_SWIPE_UP,    /**< Swipe Up Gesutre */
-   EEXT_GESTURE_SWIPE_DOWN,  /**< Swipe Down Gesutre */
-   EEXT_GESTURE_ZOOM_IN,     /**< Zoom In Gesutre */
-   EEXT_GESTURE_ZOOM_OUT     /**< Zoom Out Gesutre */
+   EEXT_GESTURE_SWIPE_RIGHT, /**< Swipe Right Gesture */
+   EEXT_GESTURE_SWIPE_LEFT,  /**< Swipe Left Gesture */
+   EEXT_GESTURE_SWIPE_UP,    /**< Swipe Up Gesture */
+   EEXT_GESTURE_SWIPE_DOWN,  /**< Swipe Down Gesture */
+   EEXT_GESTURE_ZOOM_IN,     /**< Zoom In Gesture */
+   EEXT_GESTURE_ZOOM_OUT     /**< Zoom Out Gesture */
 } Eext_Gesture_Event_Type;
 
 /**
index 13b9f0adceda6f20aad428a0caaf0cd4c47f688e..9465d2289682304fd0220d09935628e1436e71f3 100644 (file)
@@ -32,7 +32,7 @@
  * @li "button1" - left area for button
  * @li "button2" - right area for button
  *
- * Floatingbutton can be hidden by siganl emission.
+ * Floatingbutton can be hidden by signal emission.
  * @li show - elm_object_signal_emit(fb, "elm,state,show", "");
  * @li hide - elm_object_signal_emit(fb, "elm,state,hide", "");
  */
index 0a619c84cf27f68f6e3b29e99810ffc7bd46b0d1..797a074cd7f089866f183d819716c1ee8b2d9df3 100644 (file)
@@ -48,7 +48,7 @@ extern "C" {
  */
 
 /**
- * @brief Enumeration of More Option Diection type
+ * @brief Enumeration of More Option Direction type
  */
 typedef enum
 {
index 9bd788f6e5c61376aa5979fdb20ea5fe2b651925..8ea60b021b9d1df9c9861e2e71be9b9fa1044bcf 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
  * @details This widget emits the following signals.
  *
  *          @li "item,selected": When the user selected an item.
- *          @li "item,clicked": When selecting again the alredy selected item or selecting a selector.
+ *          @li "item,clicked": When selecting again the already selected item or selecting a selector.
  *
  * @{
  */
@@ -374,7 +374,7 @@ EAPI void eext_rotary_selector_item_part_color_get(const Eext_Object_Item *item,
  * @param[in] b Blue (0 - 255)
  * @param[in] a Alpha (0 - 255)
  *
- * @details This api defualt support part names.
+ * @details This api default support part names.
  *
  *          @li "selector,bg_image": Selector background image.
  *
@@ -398,7 +398,7 @@ EAPI void eext_rotary_selector_part_color_set(Evas_Object *obj, const char *part
  * @param[out] a A pointer to Alpha (0 - 255)
  * @see eext_rotary_selector_item_part_color_set()
  *
- * @details This api defualt support part names.
+ * @details This api default support part names.
  *
  *          @li "selector,bg_image": Selector background image.
  *