Fix typos 39/289639/1
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Mon, 13 Mar 2023 01:36:55 +0000 (10:36 +0900)
committerDaekwang Ryu <dkdk.ryu@samsung.com>
Mon, 13 Mar 2023 02:08:40 +0000 (11:08 +0900)
Change-Id: I8414df196c668d51fbe917d8adf5f6e8e0d46822

19 files changed:
libaurum/inc/A11yEvent.h
libaurum/inc/Accessibility/AccessibleNode.h
libaurum/inc/Accessibility/AccessibleWatcher.h
libaurum/inc/AurumXML.h
libaurum/inc/Comparer.h
libaurum/inc/Impl/Accessibility/AtspiAccessibleNode.h
libaurum/inc/Impl/Accessibility/AtspiAccessibleWindow.h
libaurum/inc/Interface/ISearchable.h
libaurum/inc/Misc/Rect.h
libaurum/inc/Misc/Size2D.h
libaurum/inc/PartialMatch.h
libaurum/inc/ScreenAnalyzer/ScreenAnalyzerWatcher.h
libaurum/inc/Sel.h
libaurum/inc/UiDevice.h
libaurum/inc/Until.h
libaurum/inc/Waiter.h
libaurum/src/Impl/Accessibility/AtspiAccessibleWatcher.cc
libaurum/src/UiDevice.cc
org.tizen.aurum-bootstrap/src/Commands/EnableScreenAnalyzerCommand.cc

index beb1ab7790ed2e21516945eb237e182b964d44e8..f0121532ac3fdfc29eb4b28ff860191184f05728 100644 (file)
@@ -78,7 +78,7 @@ public:
      *
      * @param[in] event @A11yEvent
      * @param[in] name name of the ATSPI event
-     * @param[in] package event occured package name
+     * @param[in] package event occurred package name
      *
      * @since_tizen 6.5
      */
@@ -89,7 +89,7 @@ public:
      *
      * @param[in] event name of the event
      * @param[in] name name of the ATSPI event
-     * @param[in] package event occured package name
+     * @param[in] package event occurred package name
      *
      * @since_tizen 6.5
      */
index e3e5cb263f896326dbe3c54ec26305c0ed4e680c..d54d832bf3ed44758cde3ddf26f0e2d8dbc449f2 100644 (file)
@@ -95,7 +95,7 @@ public:
     AccessibleNode();
 
     /**
-     * @brief AccessibleNode desctructor.
+     * @brief AccessibleNode destructor.
      *
      * @since_tizen 6.5
      */
@@ -507,7 +507,7 @@ public:
      * @brief Sets Node's property.
      *
      * @param[in] prop @NodeFeatureProperties
-     * @param[in] has Node has given property ot not
+     * @param[in] has Node has given property or not
      *
      * @since_tizen 6.5
      */
index df6a0a42886e42768b066b45828347454159775e..6a26dbc0fd654e61c9a1851b404e5d0b719c2f15 100644 (file)
@@ -105,7 +105,7 @@ public:
      * @param[in] type @A11yEvent
      * @param[in] timeout time(millisecond) to wait event occur
      * @param[in] obj @AccessibleNode
-     * @param[in] count count of render post evnet
+     * @param[in] count count of render post event
      *
      * @return true if event occur in time, else false
      *
index b18ace11d135b39f6e4cc904008f223cebf1f92a..f7b961773e9c87395f0bbcb8d28d5bf7decd03ea 100644 (file)
@@ -58,7 +58,7 @@ public:
     /**
      * @brief Creates a XML tree.
      *
-     * @return true if XML tree is created succesfully, false otherwise
+     * @return true if XML tree is created successfully, false otherwise
      *
      * @since_tizen 7.0
      */
index 9f29125ea9922226f49b710e9a28586614b6ba9f..eb1f23b9f375a3abd1f923f6fb7152470e939330 100644 (file)
@@ -37,7 +37,7 @@ namespace Aurum {
  *
  * @ingroup aurum
  *
- * @brief Class that traverses the object tree and finds an object that match the givin condition.
+ * @brief Class that traverses the object tree and finds an object that match the given condition.
  */
 class Comparer {
 private:
@@ -45,7 +45,7 @@ private:
      * @brief Comparer constructor with device, selector, early return flag.
      *
      * @param[in] device @UiDevice
-     * @param[in] selector @UiSelctor
+     * @param[in] selector @UiSelector
      * @param[in] earlyReturn flag for early return
      *
      * @since_tizen 6.5
@@ -69,7 +69,7 @@ public:
      * @param[in] selector @UiSelector
      * @param[in] root @AccessibleNode root object(focused window on current state)
      *
-     * @return AccessibleNode if found, else nulltpr
+     * @return AccessibleNode if found, else nullptr
      *
      * @since_tizen 6.5
      */
@@ -87,7 +87,7 @@ public:
      * @param[in] root @AccessibleNode root object(focused window on current state)
      * @param[in] earlyReturn find all object or not (default = false)
      *
-     * @return AccessibleNode if found, else nulltpr
+     * @return AccessibleNode if found, else nullptr
      *
      * @since_tizen 6.5
      */
index 6fa1ce3df45d735273250f8f0148af47839b8b0a..b4572b8220bbdf5e648233c13bc0af6f8c25768a 100644 (file)
@@ -43,7 +43,7 @@ public:
     AtspiAccessibleNode(AtspiAccessible *node);
 
     /**
-     * @brief AtspiAccessibleNode desctructor.
+     * @brief AtspiAccessibleNode destructor.
      *
      * @since_tizen 6.5
      */
index 698dab77dde29fd4b7635efed4d3d470ea1c0417..ca3cb5f094c9b6d742a2a55bddd5486bc55100bb 100644 (file)
@@ -46,7 +46,7 @@ public:
     AtspiAccessibleWindow(std::shared_ptr<AccessibleApplication> app, std::shared_ptr<AccessibleNode> node);
 
     /**
-     * @brief AtspiAccessibleWindow desturctor.
+     * @brief AtspiAccessibleWindow destructor.
      *
      * @since_tizen 6.5
      */
index ab86c4d4c27d314c206a53b35b404ea81a6898dc..d48fdcf032549ae781c7836bc31d80b3c8752e11 100644 (file)
@@ -48,7 +48,7 @@ public:
     /**
      * @brief Checks that there is an object that are satisfied with selector condition.
      *
-     * @param[in] selector @UiSelctor
+     * @param[in] selector @UiSelector
      *
      * @return true if object has, else false
      *
@@ -59,9 +59,9 @@ public:
     /**
      * @brief Finds object that is satisfied with selector condition.
      *
-     * @param[in] selector @UiSelctor
+     * @param[in] selector @UiSelector
      *
-     * @return UiObject if succeed, else nulltpr
+     * @return UiObject if succeed, else nullptr
      *
      * @since_tizen 6.5
      */
@@ -71,9 +71,9 @@ public:
     /**
      * @brief Finds objects that are satisfied with selector condition.
      *
-     * @param[in] selector @UiSelctor
+     * @param[in] selector @UiSelector
      *
-     * @return UiObject vector if succeed, else nulltpr
+     * @return UiObject vector if succeed, else nullptr
      *
      * @since_tizen 6.5
      */
index e1aa8a3c71082fe217843897524f14e5bd2110b7..0d4fa202c85b3576e7ffa588a6f65798987ff46f 100644 (file)
@@ -40,7 +40,7 @@ public:
     Rect() : mTopLeft{0, 0}, mBottomRight{0, 0} {}
 
     /**
-     * @brief Rect constructor with top topleft point, bottom right point
+     * @brief Rect constructor with top top-left point, bottom-right point
      *
      * @param[in] tl top left @Point2D
      * @param[in] br bottom right @Point2D
index e44ef044625432383697c3878d8c21549899c906..cdf7d63c5eef52b760fc86e12b642435cf98e0a2 100644 (file)
@@ -22,7 +22,7 @@ namespace Aurum {
 
 /**
  * @brief Size2D Class.
- *        This class for represent specific obejct's size as width and height.
+ *        This class for represent specific object's size as width and height.
  *
  * @since_tizen 6.5
  */
@@ -30,14 +30,14 @@ template <typename T>
 class Size2D {
 public:
     /**
-     * @brief Size2D contructor with value.
+     * @brief Size2D constructor with value.
      *
      * @since_tizen 6.5
      */
     Size2D() : width{0}, height{0} {}
 
     /**
-     * @brief Size2D contructor with source.
+     * @brief Size2D constructor with source.
      *
      * @since_tizen 6.5
      */
@@ -48,7 +48,7 @@ public:
     }
 
     /**
-     * @brief Size2D contructor with type.
+     * @brief Size2D constructor with type.
      *
      * @since_tizen 6.5
      */
index 9ef7137b471af5681858f3445856d22ae4bf3254..46ff3ffa7d9fae6329149388c8e1b5faf85e3aea 100644 (file)
@@ -58,7 +58,7 @@ public:
     /**
      * @brief Updates all PartialMatches class.
      *
-     * @param[in] node target @AssessibleNode
+     * @param[in] node target @AccessibleNode
      * @param[in] index node index
      * @param[in] depth next depth
      * @param[in] partialMatches @PartialMatch list
@@ -87,8 +87,8 @@ public:
 public:
 
     /**
-     * @brief It determine current given depth accatable and check criteria,
-     *        It checks selector's min, max depth in relative depth, and check criteria.
+     * @brief It determines current given depth acceptable and checks criteria,
+     *        It checks selector's min, max depth in relative depth, and checks criteria.
      *
      * @param[in] node target @AccessibleNode
      * @param[in] selector @UiSelector
@@ -104,8 +104,8 @@ public:
                                                 int index, int depth);
 
     /**
-     * @brief It determine current given depth accatable and check criteria,
-     *        It checks selector's min, max depth in relative depth, and check criteria.
+     * @brief It determines current given depth acceptable and checks criteria,
+     *        It checks selector's min, max depth in relative depth, and checks criteria.
      *
      * @param[in] node target @AccessibleNode
      * @param[in] selector @UiSelector
@@ -146,7 +146,7 @@ private:
      * @param[in] textB string
      * @param[in] textPartialMatch bool
      *
-     * @return ture if matched, else false
+     * @return true if matched, else false
      *
      * @since_tizen 6.5
      */
@@ -158,7 +158,7 @@ private:
      * @param[in] boolA bool
      * @param[in] boolA bool
      *
-     * @return ture if matched, else false
+     * @return true if matched, else false
      *
      * @since_tizen 6.5
      */
@@ -170,7 +170,7 @@ private:
      * @param[in] rectA Rect<int>
      * @param[in] rectB Rect<int>
      *
-     * @return ture if matched, else false
+     * @return true if matched, else false
      *
      * @since_tizen 7.0
      */
index d013c8a04902f17d610ad5528fa34bf5e81c07f5..49418336079c46403ba1e65d6cf823f91d192cee 100644 (file)
@@ -96,7 +96,7 @@ public:
      * @param[in] selector @UiSelector
 
      *
-     * @return SaObject vector if found, else nulltpr
+     * @return SaObject vector if found, else nullptr
      *
      * @since_tizen 7.0
      */
@@ -108,7 +108,7 @@ public:
      * @param[in] selector @UiSelector
 
      *
-     * @return SaObject if found, else nulltpr
+     * @return SaObject if found, else nullptr
      *
      * @since_tizen 7.0
      */
@@ -119,7 +119,7 @@ public:
      *
      * @param[in] selector @UiSelector
      *
-     * @return SaObject if found, else nulltpr
+     * @return SaObject if found, else nullptr
      *
      * @since_tizen 7.0
      */
index 4c89e0de8d229fe29d589c5973afa4696c9700bf..8605ebc5624d7e0d5970803ebff55f3800ba5093 100644 (file)
@@ -32,7 +32,7 @@ namespace Aurum {
  *
  * @ingroup aurum
  *
- * @brief Helper class for use @UiSelctor easily.
+ * @brief Helper class for use @UiSelector easily.
  *        This class using in Aurum feature UTC in cpp test code.
  */
 class Sel {
index 1bc1f31306b13130ba6695f5a808f5ef71f658f1..46a43f222aef02e6b4ba8113601dc39fa8eb010e 100644 (file)
@@ -365,7 +365,7 @@ public:
      * @param[in] type one of @A11yEvent
      * @param[in] timeout time(millisecond) to wait event occur
      * @param[in] packageName package name that event occurs
-     * @param[in] count count of render post evnet
+     * @param[in] count count of render post event
      *
      * @return true if event happened in time, otherwise false
      *
@@ -427,7 +427,7 @@ public:
     /**
      * @brief Gets ScreenAnalyzerWatcher instance.
      *
-     * @retrun ScreenAnalyzerWatcher ptr
+     * @return ScreenAnalyzerWatcher ptr
      *
      * @since_tizen 7.0
      */
@@ -477,14 +477,14 @@ private:
 
 private:
     /**
-     * @brief UiDevice Consturctor.
+     * @brief UiDevice Constructor.
      *
      * @since_tizen 6.5
      */
     UiDevice();
 
     /**
-     * @brief UiDevice Consturctor with IDevice.
+     * @brief UiDevice Constructor with IDevice.
      *
      * @since_tizen 6.5
      */
index f34c8c5e9177fe02ca8ec73b5bcbe2148bbe15be..0fd797e7a0083397226b8b81e1e86df25fbd3c01 100644 (file)
@@ -80,7 +80,7 @@ public:
     /**
      * @brief Checks that there is an object that are satisfied with selector condition.
      *
-     * @param[in] selector @UiSelctor
+     * @param[in] selector @UiSelector
      *
      * @return function that performs hasObject
      *         returned function will return true if object has, else false
@@ -93,10 +93,10 @@ public:
     /**
      * @brief Checks that there is an object that are satisfied with selector condition.
      *
-     * @param[in] selector @UiSelctor
+     * @param[in] selector @UiSelector
      *
      * @return function that performs findObject
-     *         returned function will return obj if succeed, else nulltpr
+     *         returned function will return obj if succeed, else nullptr
      *
      * @since_tizen 6.5
      */
@@ -119,7 +119,7 @@ public:
     /**
      * @brief Checks that there are objects that are satisfied with selector condition.
      *
-     * @param[in] selector @UiSelctor
+     * @param[in] selector @UiSelector
      *
      * @return function that performs findObjects
      *         returned function will return vector if succeed, else vector size is zero
index fe95ecc9fd10d4f6f4a4f9c9ae51e325f52dcc95..68dae6bddbb0da8e573ecf1433679504cb9aaaa6 100644 (file)
@@ -66,7 +66,7 @@ public:
     /**
      * @brief wait for condition satisfied.
      *
-     * @param[in] condisiton @ISearchable
+     * @param[in] condition @ISearchable
      *
      * @return template
      *
index c3400c09d7ef4bad5151cb9b3fdd347818c4cbac..7ceecb5f68fbd2b1deab3f2af2d2e0da571ec794 100644 (file)
@@ -233,7 +233,7 @@ gpointer AtspiAccessibleWatcher::timerThread(gpointer data)
     for (;;)
     {
         //FIXME: User can change waiting time and count of render post
-        //       instead of waiting spelcific time
+        //       instead of waiting specific time
         if ((g_get_monotonic_time() - mStartTime) > WAIT_FOR_IDLE_MICRO_SEC)
         {
             break;
index 328c5bb9fadb742a4d1f331fa52e670617f069cc..169e6baa3d1bdde63a208e6bde263718924fdd4d 100644 (file)
@@ -211,7 +211,7 @@ std::vector<std::shared_ptr<AccessibleNode>> UiDevice::getWindowRoot() const
 
         if (pidToAppNode.count(tWin->getPid() == 0)) continue;
 
-        LOGI("Actvie App : (%s) (%d)", tWin->getName().c_str(), tWin->getPid());
+        LOGI("Active App : (%s) (%d)", tWin->getName().c_str(), tWin->getPid());
         auto wins = pidToAppNode[tWin->getPid()]->getWindows();
         std::transform(wins.begin(), wins.end(), std::back_inserter(ret),
              [&](std::shared_ptr<AccessibleWindow> window) {
index 5caba46c015262e7744d99d0ea2e72fb92a5c386..ca4c423cbe97d3b152c8039e27d92106bc069859 100644 (file)
@@ -29,7 +29,7 @@ EnableScreenAnalyzerCommand::EnableScreenAnalyzerCommand(const ::aurum::ReqEnabl
 {
     LOGI("EnableScreenAnalyzer test --------------- ");
 
-    LOGI("Screen Analzyer enabled (%d) Servier IP : (%s)", mRequest->enable(), mRequest->serverip().c_str());
+    LOGI("Screen Analyzer enabled (%d) Server IP : (%s)", mRequest->enable(), mRequest->serverip().c_str());
     std::shared_ptr<UiDevice> mDevice = UiDevice::getInstance();
     mDevice->setWithScreenAnalyzer(mRequest->enable());
 #ifdef MQTT_ENABLED