summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility')
-rw-r--r--winaccessibility/source/service/AccObject.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/winaccessibility/source/service/AccObject.cxx b/winaccessibility/source/service/AccObject.cxx
index ed9b7e353704..63db986a069b 100644
--- a/winaccessibility/source/service/AccObject.cxx
+++ b/winaccessibility/source/service/AccObject.cxx
@@ -187,7 +187,7 @@ AccObject::~AccObject()
/**
* Insert a child element.
* @param pChild Child element that should be inserted into child list.
- * @param pos Insert postion.
+ * @param pos Insert position.
* @return
*/
void AccObject::InsertChild( AccObject* pChild,short pos )
@@ -213,7 +213,7 @@ void AccObject::InsertChild( AccObject* pChild,short pos )
/**
* Delete a child element
* @param pChild Child element that should be inserted into child list.
- * @param pos Insert postion.
+ * @param pos Insert position.
* @return
*/
void AccObject::DeleteChild( AccObject* pChild )