/**
* 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;
/**
* @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.
*/
/**
* @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.
*/
* @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.
*
* @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.
*
/**
* @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