diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:46:50 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:40 +0200 |
commit | 75f5d9d21401d16698eac2c5d092ae83970c0a99 (patch) | |
tree | 5f624f5f7da8dd18b3cbae3de060f309d396b9d8 /winaccessibility | |
parent | 574ad3aa020fd872209c67a6a549ed70e5257d0f (diff) |
typo: postion -> position
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/source/service/AccObject.cxx | 4 |
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 ) |