projects
/
platform
/
core
/
appfw
/
slp-pkgmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f73703
)
Fix typo
37/234137/1
author
Sangyoon Jang
<jeremy.jang@samsung.com>
Fri, 22 May 2020 06:48:30 +0000
(15:48 +0900)
committer
Sangyoon Jang
<jeremy.jang@samsung.com>
Fri, 22 May 2020 06:48:30 +0000
(15:48 +0900)
Change-Id: Ic16c9124227d9c5dc055c3ebe66951b7f0ee3420
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
client/src/pkgmgr.c
patch
|
blob
|
history
diff --git
a/client/src/pkgmgr.c
b/client/src/pkgmgr.c
index 536f50c021f3448993a1f184ed15b37b76c91104..e30b3f9cb155c8e8a391006e42440be550b83474 100644
(file)
--- a/
client/src/pkgmgr.c
+++ b/
client/src/pkgmgr.c
@@
-675,7
+675,7
@@
API int pkgmgr_client_usr_mount_install_packages(pkgmgr_client *pc,
return cb_info->req_id;
}
-API int pkgmgr_cient_mount_install_packages(pkgmgr_client *pc,
+API int pkgmgr_c
l
ient_mount_install_packages(pkgmgr_client *pc,
const char **pkg_paths, int n_pkgs, pkgmgr_handler event_cb,
void *data)
{