Fix typo 15/204315/3
authorDaehyeon Jung <darrenh.jung@samsung.com>
Tue, 23 Apr 2019 05:02:16 +0000 (14:02 +0900)
committerDaehyeon Jung <darrenh.jung@samsung.com>
Tue, 23 Apr 2019 05:09:47 +0000 (14:09 +0900)
Change-Id: I31253a965612bf4a6988ee88d0dee335ae1c6e18

doc/capability_manager_doc.h
include/capability_manager.h

index dd1b0f0..474d145 100644 (file)
@@ -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
index 4aa9a1b..17da395 100644 (file)
@@ -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