Fix typo 37/234137/1
authorSangyoon Jang <jeremy.jang@samsung.com>
Fri, 22 May 2020 06:48:30 +0000 (15:48 +0900)
committerSangyoon 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

index 536f50c021f3448993a1f184ed15b37b76c91104..e30b3f9cb155c8e8a391006e42440be550b83474 100644 (file)
@@ -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)
 {