Fix typo
[platform/core/appfw/appcore-widget.git] / src / widget_app.c
index fcc7ae3..d0a8712 100755 (executable)
@@ -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);