From 75f5d9d21401d16698eac2c5d092ae83970c0a99 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 10 Apr 2014 10:46:50 +0200 Subject: typo: postion -> position --- winaccessibility/source/service/AccObject.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winaccessibility') 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 ) -- cgit