Fix build break 51/141951/2
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 2 Aug 2017 05:43:32 +0000 (14:43 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 2 Aug 2017 05:47:04 +0000 (14:47 +0900)
Change-Id: If07d8d05cba3b3ddb50cd0177e5e0ca73bc67e90
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
watch-control/src/control.c

index b16330b..8cdc0fd 100644 (file)
@@ -229,7 +229,7 @@ API int watch_manager_get_app_control(const char *app_id, app_control_h *app_con
        _D("cur %s, new %s", __watch_appid, app_id);
        if (__watch_appid) {
                exist = screen_connector_toolkit_is_exist(__watch_appid,
-                               SCREEN_CONNECTOR_SCREEEN_TYPE_WATCH);
+                               SCREEN_CONNECTOR_SCREEN_TYPE_WATCH);
                if (exist)
                        screen_connector_toolkit_evas_remove(__toolkit);
        }