From: Hyunho Kang Date: Wed, 12 Apr 2017 01:18:59 +0000 (+0900) Subject: Fix typo X-Git-Tag: accepted/tizen/unified/20170414.163849~3 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fappfw%2Fappcore-widget.git;a=commitdiff_plain;h=b2774407c9135edf6c5f403c9d775ea192a18344 Fix typo Change-Id: I24c223935abdc39c47610f4bc52592ae273d360c Signed-off-by: Hyunho Kang --- diff --git a/src/widget_app.c b/src/widget_app.c index fcc7ae3..d0a8712 100755 --- a/src/widget_app.c +++ b/src/widget_app.c @@ -1004,7 +1004,7 @@ static void __stub_create(appcore_multiwindow_base_instance_h context, void *dat _D("%s is created %d", id); if (ret < 0) { - _W("Create callback resturns error(%d)", ret); + _W("Create callback returns error(%d)", ret); ret = __send_update_status(class_id, id, WIDGET_INSTANCE_EVENT_CREATE_ABORTED, NULL); __instance_drop(context);