summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility')
-rw-r--r--winaccessibility/source/UAccCOMIDL/ia2_api_all.idl2
-rw-r--r--winaccessibility/source/service/AccObjectWinManager.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl b/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
index 00905e74439c..36f67e41a68c 100644
--- a/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
+++ b/winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
@@ -182,7 +182,7 @@ enum IA2ScrollType {
/** Scroll the object or substring such that as much as possible of the
object or substring is within the top level window. The placement of
the object is dependent on the application. For example, the object or
- substring may be scrolled to to closest edge, the furthest edge, or midway
+ substring may be scrolled to closest edge, the furthest edge, or midway
between those two edges.
*/
IA2_SCROLL_TYPE_ANYWHERE
diff --git a/winaccessibility/source/service/AccObjectWinManager.cxx b/winaccessibility/source/service/AccObjectWinManager.cxx
index 93f1cbb4151e..e05f25f2b287 100644
--- a/winaccessibility/source/service/AccObjectWinManager.cxx
+++ b/winaccessibility/source/service/AccObjectWinManager.cxx
@@ -490,7 +490,7 @@ void AccObjectWinManager::DeleteFromHwndXAcc(XAccessible* pXAcc )
}
/**
- * Delete Delete all children with the tree root of XAccessible pointer
+ * Delete all children with the tree root of XAccessible pointer
* @param pXAcc Tree root XAccessible interface.
* @return
*/
@@ -517,7 +517,7 @@ void AccObjectWinManager::DeleteChildrenAccObj(XAccessible* pXAcc)
}
/**
- * Delete Delete Acc object self.
+ * Delete Acc object self.
* @param pXAcc The XAccessible interface.
* @return
*/