[4.0] Fix typo error in some descriptions 76/171876/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Mon, 5 Mar 2018 06:21:55 +0000 (15:21 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Thu, 8 Mar 2018 01:47:54 +0000 (10:47 +0900)
Change-Id: If6e57a6246a4175e42d95e4c4556e93803bc0af4
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
adaptors/devel-api/adaptor-framework/accessibility-action-handler.h
adaptors/devel-api/adaptor-framework/accessibility-adaptor.h
adaptors/public-api/adaptor-framework/native-image-source.h
adaptors/tizen/key-grab.h

index 9cac7ca..85a3af2 100644 (file)
@@ -168,14 +168,14 @@ public:
 
   /**
    * Perform the accessibility action to move the focus to the first item on the top
-   * and read from the top item continously (by three fingers single tap).
+   * and read from the top item continuously (by three fingers single tap).
    * @return whether the accessibility action is performed or not.
    */
   virtual bool AccessibilityActionReadFromTop() = 0;
 
   /**
    * Perform the accessibility action to move the focus to and read from the next item
-   * continously (by three fingers double tap).
+   * continuously (by three fingers double tap).
    * @return whether the accessibility action is performed or not.
    */
   virtual bool AccessibilityActionReadFromNext() = 0;
index 0fb3d7e..7b81b56 100644 (file)
@@ -280,7 +280,7 @@ public:
 
   /**
    * @brief Handle the accessibility action to move the focus to the first item on the top
-   * and read from the top item continously (by three fingers single tap).
+   * and read from the top item continuously (by three fingers single tap).
    *
    * @return Whether the action is performed successfully or not.
    */
@@ -288,7 +288,7 @@ public:
 
   /**
    * @brief Handle the accessibility action to move focus to and read from the next focusable
-   * actor continously (by three fingers double tap).
+   * actor continuously (by three fingers double tap).
    *
    * @return Whether the action is performed successfully or not.
    */
index 89257f2..26d79ef 100644 (file)
@@ -122,10 +122,10 @@ public:
 
   /**
    * @brief Converts the current pixel contents to either a JPEG or PNG format
-   * and write that to the filesytem.
+   * and write that to the filesystem.
    *
    * @SINCE_1_0.0
-   * @param[in] filename Identify the filesytem location at which to write the encoded image.
+   * @param[in] filename Identify the filesystem location at which to write the encoded image.
    *                     The extension determines the encoding used.
    *                     The two valid encoding are (".jpeg"|".jpg") and ".png".
    * @return    @c true if the pixels were written, and @c false otherwise
index 0608dc9..87e8643 100755 (executable)
@@ -81,7 +81,7 @@ enum KeyGrabMode
  * @brief Grabs the key specified by @a key for @a window in @a grabMode.
  *
  * @details This function can be used for following example scenarios:
- * - TV - A user might want to change the volume or channel of the background TV contents while focusing on the foregrund app.
+ * - TV - A user might want to change the volume or channel of the background TV contents while focusing on the foreground app.
  * - Mobile - When a user presses Home key, the homescreen appears regardless of current foreground app.
  * - Mobile - Using volume up/down as zoom up/down in camera apps.
  *
@@ -116,7 +116,7 @@ DALI_IMPORT_API bool UngrabKey( Window window, Dali::KEY daliKey );
  * @brief Grabs the list of keys specified by Dali::Vector of keys for @a window in Dali::Vector of grabModes.
  *
  * @details This function can be used for following example scenarios:
- * - TV - A user might want to change the volume or channel of the background TV contents while focusing on the foregrund app.
+ * - TV - A user might want to change the volume or channel of the background TV contents while focusing on the foreground app.
  * - Mobile - When a user presses Home key, the homescreen appears regardless of current foreground app.
  * - Mobile - Using volume up/down as zoom up/down in camera apps.
  *