Fix typo 26/211526/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 6 Aug 2019 07:31:12 +0000 (16:31 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 6 Aug 2019 07:31:12 +0000 (16:31 +0900)
Change-Id: I948c76cef91858c97ea50cd4d114a8d2724a484d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
component_based/base/api/component_common.h
component_based/efl_base/api/frame_component.h
component_based/efl_base/api/service_component.h

index 58aa6d3b67f4572073a338ddeff43123f0283402..9ffaa9e9d4d750cdbe226c1c47d8a6bbeab21a9a 100644 (file)
@@ -178,7 +178,7 @@ int component_deregister_action(component_h context,
 
 /**
  * @brief Sends the launch request asynchronously.
- * @defails To use group mode, you must use this function instead of app_control_send_launch_request_async().
+ * @details To use group mode, you must use this function instead of app_control_send_launch_request_async().
  * @since_tizen 5.5
  * @privlevel public
  * @privilege %http://tizen.org/privilege/appmanager.launch
index 4f50acf645218afe07d31e21c36d2140eba0b799..70ea3d9f78fd186df583657c936bc767a0d85367 100644 (file)
@@ -54,7 +54,7 @@ typedef Evas_Object *(*frame_component_create_cb)(
  * @brief Called when the frame component instance is started.
  * @since_tizen 5.5
  * @remarks The @a context should not be released. The @a context can be used only in the callback.
- * @reamrks The @a app_control should not be released. The @a app_control can be used only in the callback.
+ * @remarks The @a app_control should not be released. The @a app_control can be used only in the callback.
  *          To use outside, make a copy using app_control_clone().
  *
  * @param[in]   context         The context of the frame component instance
@@ -119,7 +119,7 @@ typedef void (*frame_component_destroy_cb)(
 /**
  * @brief Called after the content information of the frame component instance is restored.
  * @since_tizen 5.5
- * @reamrks The @a content should not be released. The @a content can be used only in the callback.
+ * @remarks The @a content should not be released. The @a content can be used only in the callback.
  *          To use outside, make a copy using bundle_dup().
  *
  * @param[in]   context         The context of the frame component instance
@@ -134,7 +134,7 @@ typedef void (*frame_component_restore_content_cb)(
 /**
  * @brief Called before the content information of the frame component instance is saved.
  * @since_tizen 5.5
- * @reamrks The @a content should not be released. The @a content can be used only in the callback.
+ * @remarks The @a content should not be released. The @a content can be used only in the callback.
  *          To use outside, make a copy using bundle_dup().
  *
  * @param[in]   context         The context of the frame component instance
index 68c069df11b8662e89895197ac77d1635b56dd38..fe1d23df48cfcacfab6448ec19638aeda0191246 100644 (file)
@@ -53,7 +53,7 @@ typedef bool(*service_component_create_cb)(
  * @brief Called when the service component instance is started.
  * @since_tizen 5.5
  * @remarks The @a context should not be released. The @a context can be used only in the callback.
- * @reamrks The @a app_control should not be released. The @a app_control can be used only in the callback.
+ * @remarks The @a app_control should not be released. The @a app_control can be used only in the callback.
  *          To use outside, make a copy using app_control_clone().
  *
  * @param[in]   context         The context of the service component instance
@@ -82,7 +82,7 @@ typedef void (*service_component_destroy_cb)(
 /**
  * @brief Called after the content information of the service component instance is restored.
  * @since_tizen 5.5
- * @reamrks The @a content should not be released. The @a content can be used only in the callback.
+ * @remarks The @a content should not be released. The @a content can be used only in the callback.
  *          To use outside, make a copy using bundle_dup().
  *
  * @param[in]   context         The context of the service component instance
@@ -97,7 +97,7 @@ typedef void (*service_component_restore_content_cb)(
 /**
  * @brief Called before the content information of the service component instance is saved.
  * @since_tizen 5.5
- * @reamrks The @a content should not be released. The @a content can be used only in the callback.
+ * @remarks The @a content should not be released. The @a content can be used only in the callback.
  *          To use outside, make a copy using bundle_dup().
  *
  * @param[in]   context         The context of the service component instance
@@ -117,7 +117,7 @@ typedef void (*service_component_save_content_cb)(
  *          Therefore, if you want to use the handle after returning this callback function, you MUST copy it by using app_control_clone() function.
  * @remarks The @a action must not be deallocated by the component. The @a action is managed by the platform and will be released when the app_control action is unregistered.
  * @remarks The @a context should not be released. The @a context can be used only in the callback.
- * @reamrks The @a app_control should not be released. The @a app_control can be used only in the callback.
+ * @remarks The @a app_control should not be released. The @a app_control can be used only in the callback.
  *          To use outside, make a copy using app_control_clone().
  *
  * @param[in]   context         The context of the service component instance