From: Hwankyu Jhun Date: Tue, 6 Aug 2019 07:31:12 +0000 (+0900) Subject: Fix typo X-Git-Tag: submit/tizen/20190806.083651~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F211526%2F1;p=platform%2Fcore%2Fappfw%2Fcomponent-based-application.git Fix typo Change-Id: I948c76cef91858c97ea50cd4d114a8d2724a484d Signed-off-by: Hwankyu Jhun --- diff --git a/component_based/base/api/component_common.h b/component_based/base/api/component_common.h index 58aa6d3..9ffaa9e 100644 --- a/component_based/base/api/component_common.h +++ b/component_based/base/api/component_common.h @@ -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 diff --git a/component_based/efl_base/api/frame_component.h b/component_based/efl_base/api/frame_component.h index 4f50acf..70ea3d9 100644 --- a/component_based/efl_base/api/frame_component.h +++ b/component_based/efl_base/api/frame_component.h @@ -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 diff --git a/component_based/efl_base/api/service_component.h b/component_based/efl_base/api/service_component.h index 68c069d..fe1d23d 100644 --- a/component_based/efl_base/api/service_component.h +++ b/component_based/efl_base/api/service_component.h @@ -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