From: Woochan Lee Date: Tue, 27 Sep 2016 01:44:54 +0000 (+0900) Subject: Fix typos. X-Git-Tag: submit/tizen/20160928.045111^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4f10f0b74d72654f78ab1554d108791fcac8c1a;p=platform%2Fcore%2Fuifw%2Fui-viewmgr.git Fix typos. Change-Id: I4cab42ef0407710ffcaaaf52f5376282d0684708 --- diff --git a/src/include/efl/UiBaseView.h b/src/include/efl/UiBaseView.h index fa6f1b9..c49c160 100644 --- a/src/include/efl/UiBaseView.h +++ b/src/include/efl/UiBaseView.h @@ -80,7 +80,7 @@ public: * For instance, {0, 90, 180, 270}. These rotation values depends on the system support. * * @param rotations The array of rotation values. - * @param count The number of arrays of rotatons. + * @param count The number of arrays of rotations. */ virtual bool setAvailableRotations(const int *rotations, unsigned int count) override; diff --git a/src/include/efl/mobile/c/ui_application.h b/src/include/efl/mobile/c/ui_application.h index f1fca3d..4649cf7 100644 --- a/src/include/efl/mobile/c/ui_application.h +++ b/src/include/efl/mobile/c/ui_application.h @@ -38,7 +38,7 @@ EAPI bool ui_application_init(const char *pkg, const char *locale_dir); * @param argc The argument count. * @param argv The argument vector. * @param lifecycle_callback The set of callback functions to handle application lifecycle events. - * @param user_data The user data to be passed to the gieven @a life_cycle_callback functions. + * @param user_data The user data to be passed to the given @a life_cycle_callback functions. * * @return @c true if it succeeds, @c false otherwise. * diff --git a/src/include/efl/mobile/c/ui_view.h b/src/include/efl/mobile/c/ui_view.h index a0d3e35..1ff7897 100644 --- a/src/include/efl/mobile/c/ui_view.h +++ b/src/include/efl/mobile/c/ui_view.h @@ -198,7 +198,7 @@ EAPI ui_view_indicator ui_view_get_indicator(ui_view *view); * For instance, {0, 90, 180, 270}. These rotation values depends on the system support. * * @param rotations The array of rotation values. - * @param count The number of arrays of rotatons. + * @param count The number of arrays of rotations. * * @see ui_view_get_available_rotations *