From: Daehyeon Jung Date: Tue, 23 Apr 2019 05:02:16 +0000 (+0900) Subject: Fix typo X-Git-Tag: accepted/tizen/unified/20190424.112536~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F204315%2F3;p=platform%2Fcore%2Fapi%2Fcapability-manager.git Fix typo Change-Id: I31253a965612bf4a6988ee88d0dee335ae1c6e18 --- diff --git a/doc/capability_manager_doc.h b/doc/capability_manager_doc.h index dd1b0f0..474d145 100644 --- a/doc/capability_manager_doc.h +++ b/doc/capability_manager_doc.h @@ -19,7 +19,7 @@ #define __TIZEN_APPFW_CAPABILITY_MANAGER_DOC_H__ /** - * @ingroup CAPI_APPLICATION_FRAMEWORK_MODULE + * @ingroup CAPI_APPLICATION_FRAMEWORK * @defgroup CAPI_CAPABILITY_MANAGER_MODULE Capability Manager * @brief The @ref CAPI_CAPABILITY_MANAGER_MODULE API provides functions to launch and query applications in other devices in the local network. * @section CAPI_CAPABILITY_MANAGER_MODULE_HEADER Required Header diff --git a/include/capability_manager.h b/include/capability_manager.h index 4aa9a1b..17da395 100644 --- a/include/capability_manager.h +++ b/include/capability_manager.h @@ -206,7 +206,7 @@ int capmgr_device_get_model_name(capmgr_device_h device, char** model_name); int capmgr_device_get_device_name(capmgr_device_h device, char** device_name); /** - * @brief Gets the platform verion of the given remote device context. + * @brief Gets the platform version of the given remote device context. * @since_tizen 5.5 * @remarks You must release @a platform_ver using free(). * @param[in] device The remote device information handle @@ -238,7 +238,7 @@ int capmgr_device_get_platform_ver(capmgr_device_h device, char** platform_ver); int capmgr_device_get_profile(capmgr_device_h device, char** profile); /** - * @brief Gets the software verion of the given remote device context. + * @brief Gets the software version of the given remote device context. * @since_tizen 5.5 * @remarks You must release @a sw_ver using free(). * @param[in] device The remote device information handle @@ -495,7 +495,7 @@ int capmgr_app_control_remove_extra_data(capmgr_app_control_h app_control, /** * @brief Sends the app control to remote device specified at handle. - * @remark The remote app should declare %http://tizen.org/privilege/d2d.remotelaunch privilege for receive. + * @remarks The remote app should declare %http://tizen.org/privilege/d2d.remotelaunch privilege for receive. * @since_tizen 5.5 * @privlevel public * @privilege %http://tizen.org/privilege/d2d.datasharing