From f14751ab0da7cd0e15c73faaa1e5a40e40936cf4 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Thu, 6 Jul 2017 15:58:52 +0900 Subject: [PATCH] Fix typo The LOG_TAG should be "CAPI_WIDGET_APPLICATION". Change-Id: Ib8bb756b23156462ca0bba966d56c21a1fda7f24 Signed-off-by: Hwankyu Jhun --- src/widget_error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget_error.c b/src/widget_error.c index 8f90de4..cd79e5f 100755 --- a/src/widget_error.c +++ b/src/widget_error.c @@ -27,7 +27,7 @@ #undef LOG_TAG #endif -#define LOG_TAG "CAPI_WIDGET_APPLICATIO" +#define LOG_TAG "CAPI_WIDGET_APPLICATION" static const char *widget_app_error_to_string(widget_error_e error) { -- 2.7.4