From 1af159503d81abaaf64160951f358aa15a844108 Mon Sep 17 00:00:00 2001 From: Sangyoon Jang Date: Fri, 22 May 2020 15:48:30 +0900 Subject: [PATCH] Fix typo Change-Id: Ic16c9124227d9c5dc055c3ebe66951b7f0ee3420 Signed-off-by: Sangyoon Jang --- client/src/pkgmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pkgmgr.c b/client/src/pkgmgr.c index 536f50c..e30b3f9 100644 --- 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_client_mount_install_packages(pkgmgr_client *pc, const char **pkg_paths, int n_pkgs, pkgmgr_handler event_cb, void *data) { -- 2.34.1