diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 18:13:35 +0200 |
---|---|---|
committer | Joren De Cuyper <jorendc@libreoffice.org> | 2015-09-29 22:16:00 +0000 |
commit | 3406ae78a5bcd02551ce518ca1affba021dbab04 (patch) | |
tree | 4dc22c8f4b2bc78a46d63f1100ccd92a83e2ab85 /winaccessibility/source/UAccCOM | |
parent | 79797f8e594650ca422a4236d033205f654c035c (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/source/UAccCOM')
-rw-r--r-- | winaccessibility/source/UAccCOM/AccTable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 * *) { |