Fixed typo 50/190450/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 2 Oct 2018 06:41:49 +0000 (15:41 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 2 Oct 2018 06:41:49 +0000 (15:41 +0900)
Change-Id: I0569aae7c425891b049c0b752c8ddbc9254b07dc
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/app_control.h

index 82d6898..ad694f8 100755 (executable)
@@ -702,7 +702,7 @@ typedef bool (*app_control_app_matched_cb)(app_control_h app_control, const char
  *          #APP_CONTROL_ERROR_LAUNCH_REJECTED
  *
  * @since_tizen 5.0
- * @remakrs The @a request is the same object for which app_control_send_launch_request_async() was called.
+ * @remarks The @a request is the same object for which app_control_send_launch_request_async() was called.
  * @param[in]   request         The app_control handle of the launch request that has been sent
  * @param[in]   result          The result value of the launch request
  * @param[in]   user_data       The user data passed from the callback registration function