From acbe34824fd942b09dd7aedf8f31d52d9360f2f5 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Tue, 2 Oct 2018 15:41:49 +0900 Subject: [PATCH] Fixed typo Change-Id: I0569aae7c425891b049c0b752c8ddbc9254b07dc Signed-off-by: Hwankyu Jhun --- include/app_control.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/app_control.h b/include/app_control.h index 82d6898..ad694f8 100755 --- a/include/app_control.h +++ b/include/app_control.h @@ -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 -- 2.7.4