[4.0] Fix typo error in some descriptions
[platform/core/uifw/dali-adaptor.git] / adaptors / devel-api / adaptor-framework / accessibility-action-handler.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;