Fix spelling 93/201593/1
authorilho <ilho159.kim@samsung.com>
Mon, 18 Mar 2019 05:18:04 +0000 (14:18 +0900)
committerilho <ilho159.kim@samsung.com>
Mon, 18 Mar 2019 05:20:05 +0000 (14:20 +0900)
Change-Id: I0e97e86c38c6c126b718b306144f124c38ff617f
Signed-off-by: ilho <ilho159.kim@samsung.com>
include/pkgmgr-info.h

index fa5ef22..0a4c9b3 100644 (file)
@@ -2026,7 +2026,7 @@ int pkgmgrinfo_pkginfo_is_support_disable(pkgmgrinfo_pkginfo_h handle, bool *sup
 
 /**
  * @fn int pkgmgrinfo_pkginfo_is_global(pkgmgrinfo_pkginfo_h handle, bool *global)
- * @brief      This API gets whethere the given package is global package or user package
+ * @brief      This API gets whether the given package is global package or user package
  *
  * @par                This API is for package-manager client application
  * @par Sync (or) Async : Synchronous API
@@ -5206,7 +5206,7 @@ int pkgmgrinfo_appinfo_is_disabled(pkgmgrinfo_appinfo_h handle, bool *disabled);
 
 /**
  * @fn int pkgmgrinfo_appinfo_is_global(pkgmgrinfo_appinfo_h handle, bool *global)
- * @brief      This API gets whethere the given application is global application or user application
+ * @brief      This API gets whether the given application is global application or user application
  *
  * @par                This API is for package-manager client application
  * @par Sync (or) Async : Synchronous API