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 fa6f1b999707b3b53771e1b220d83bd24e656ffb..c49c160bf3cd3fc8094964c87598735f197d131f 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 f1fca3d417cf816a33891d36a3b282368781b5d8..4649cf772a616e9a8fb6837272d5856fd0f150f7 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 a0d3e35afcd046050968a634794d532a5e1a6b09..1ff78975b07298e351651946ad9e13cfebe82da5 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
  *