From: Semun Lee Date: Tue, 31 Jan 2017 00:25:30 +0000 (+0900) Subject: Fix errata in doxygen comment X-Git-Tag: accepted/tizen/common/20170316.161703~3 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fappfw%2Fappcore-widget.git;a=commitdiff_plain;h=93a29b50d193051cd3ca8d031be856e8e0164e0e Fix errata in doxygen comment Change-Id: Ib4c4879cd0c9b2a26e15fec2b678699fbcad51cf Signed-off-by: Semun Lee --- diff --git a/doc/appcore-widget_doc.h b/doc/appcore-widget_doc.h index 99b698c..0dbc9a9 100755 --- a/doc/appcore-widget_doc.h +++ b/doc/appcore-widget_doc.h @@ -79,7 +79,7 @@ * widget_instance_create_cb() * Called after widget instance is created. * In this callback, you can initialize resources for this instance. - * If parameter 'content' is not NULL, you should restore the pervious status. + * If parameter 'content' is not NULL, you should restore the previous status. * * *