Fix typo 37/188337/1
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 4 Sep 2018 05:16:43 +0000 (14:16 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 4 Sep 2018 05:16:43 +0000 (14:16 +0900)
Change-Id: I40187ebc95b256377ccfe777effe9f6b30f14f5c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
tool/app_launcher.c

index 9970d2c..ed92691 100644 (file)
@@ -240,7 +240,7 @@ static int __is_app_installed(const char *appid, uid_t uid)
 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;
        }
@@ -354,7 +354,7 @@ static int __cmd_start_run(struct launch_arg *arg)
 
        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");