Change-Id: I40187ebc95b256377ccfe777effe9f6b30f14f5c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
static int __cmd_common_init(struct launch_arg *arg)
{
if (!__is_app_installed(arg->appid, arg->uid)) {
- printf("The app with ID: %s is not avaible for the user %d\n",
+ printf("The app with ID: %s is not available for the user %d\n",
arg->appid, arg->uid);
return -1;
}
if (arg->pid <= 0) {
if (arg->pid == AUL_R_ENOAPP) {
- printf("The app with ID: %s is not avaible for the user %d\n",
+ printf("The app with ID: %s is not available for the user %d\n",
arg->appid, arg->uid);
} else {
printf("... launch failed\n");