Fix typos. 54/89754/1
authorWoochan Lee <wc0917.lee@samsung.com>
Tue, 27 Sep 2016 01:44:54 +0000 (10:44 +0900)
committerWoochan Lee <wc0917.lee@samsung.com>
Tue, 27 Sep 2016 01:45:30 +0000 (10:45 +0900)
Change-Id: I4cab42ef0407710ffcaaaf52f5376282d0684708

src/include/efl/UiBaseView.h
src/include/efl/mobile/c/ui_application.h
src/include/efl/mobile/c/ui_view.h

index fa6f1b9..c49c160 100644 (file)
@@ -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;
 
index f1fca3d..4649cf7 100644 (file)
@@ -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.
  *
index a0d3e35..1ff7897 100644 (file)
@@ -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
  *