summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-29 18:13:35 +0200
committerJoren De Cuyper <jorendc@libreoffice.org>2015-09-29 22:16:00 +0000
commit3406ae78a5bcd02551ce518ca1affba021dbab04 (patch)
tree4dc22c8f4b2bc78a46d63f1100ccd92a83e2ab85 /winaccessibility
parent79797f8e594650ca422a4236d033205f654c035c (diff)
Fix typos
Change-Id: I4525b43fa823d743b86bf4136c56af35274085e6 Reviewed-on: https://gerrit.libreoffice.org/18995 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
Diffstat (limited to 'winaccessibility')
-rw-r--r--winaccessibility/inc/AccObjectManagerAgent.hxx2
-rw-r--r--winaccessibility/source/UAccCOM/AccTable.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/winaccessibility/inc/AccObjectManagerAgent.hxx b/winaccessibility/inc/AccObjectManagerAgent.hxx
index 568d8e4ffaff..b00fb3f4e8bb 100644
--- a/winaccessibility/inc/AccObjectManagerAgent.hxx
+++ b/winaccessibility/inc/AccObjectManagerAgent.hxx
@@ -29,7 +29,7 @@ struct IAccessible;
class AccObjectWinManager;
/****************************************************************
-AccObjectMangerAgent is used for manaing AccObjects,which encapsulates
+AccObjectMangerAgent is used for managing AccObjects, which encapsulates
platform differences,and call AccObjectWinManager for Windows platform. To do for
Linux platform
*****************************************************************/
diff --git a/winaccessibility/source/UAccCOM/AccTable.cxx b/winaccessibility/source/UAccCOM/AccTable.cxx
index 8510a4415148..b04b49b6a04a 100644
--- a/winaccessibility/source/UAccCOM/AccTable.cxx
+++ b/winaccessibility/source/UAccCOM/AccTable.cxx
@@ -93,7 +93,7 @@ STDMETHODIMP CAccTable::get_accessibleAt(long row, long column, IUnknown * * acc
/**
* Gets accessible table caption.
*
- * @param accessible the accessible object of table cpation.
+ * @param accessible the accessible object of table caption.
*/
STDMETHODIMP CAccTable::get_caption(IUnknown * *)
{