From: Seoyeon Kim Date: Mon, 5 Mar 2018 06:21:55 +0000 (+0900) Subject: [4.0] Fix typo error in some descriptions X-Git-Tag: accepted/tizen/4.0/unified/20180327.144913~5 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=commitdiff_plain;h=e20704796f885d7dac401d540b9ffed4854726d4 [4.0] Fix typo error in some descriptions Change-Id: If6e57a6246a4175e42d95e4c4556e93803bc0af4 Signed-off-by: Seoyeon Kim --- diff --git a/adaptors/devel-api/adaptor-framework/accessibility-action-handler.h b/adaptors/devel-api/adaptor-framework/accessibility-action-handler.h index 9cac7ca..85a3af2 100644 --- a/adaptors/devel-api/adaptor-framework/accessibility-action-handler.h +++ b/adaptors/devel-api/adaptor-framework/accessibility-action-handler.h @@ -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; diff --git a/adaptors/devel-api/adaptor-framework/accessibility-adaptor.h b/adaptors/devel-api/adaptor-framework/accessibility-adaptor.h index 0fb3d7e..7b81b56 100644 --- a/adaptors/devel-api/adaptor-framework/accessibility-adaptor.h +++ b/adaptors/devel-api/adaptor-framework/accessibility-adaptor.h @@ -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. */ diff --git a/adaptors/public-api/adaptor-framework/native-image-source.h b/adaptors/public-api/adaptor-framework/native-image-source.h index 89257f2..26d79ef 100644 --- a/adaptors/public-api/adaptor-framework/native-image-source.h +++ b/adaptors/public-api/adaptor-framework/native-image-source.h @@ -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 diff --git a/adaptors/tizen/key-grab.h b/adaptors/tizen/key-grab.h index 0608dc9..87e8643 100755 --- a/adaptors/tizen/key-grab.h +++ b/adaptors/tizen/key-grab.h @@ -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. *