From 44971d541d091e32b87797c9f0b1570f7c3a9fa9 Mon Sep 17 00:00:00 2001 From: ilho Date: Mon, 18 Mar 2019 14:18:04 +0900 Subject: [PATCH] Fix spelling Change-Id: I0e97e86c38c6c126b718b306144f124c38ff617f Signed-off-by: ilho --- include/pkgmgr-info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/pkgmgr-info.h b/include/pkgmgr-info.h index fa5ef22..0a4c9b3 100644 --- a/include/pkgmgr-info.h +++ b/include/pkgmgr-info.h @@ -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 -- 2.7.4