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