summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-17 00:31:43 +0100
committerMichael Stahl <mstahl@redhat.com>2018-01-17 12:06:11 +0100
commitc66fe94d3e9cc1394dd4b569a3d8f374208a729b (patch)
tree2c5a681c0903755e492de63c4f41c9c5d844ee8c /winaccessibility
parente7544e2297a7411f5cf724d12566c6a1610866b6 (diff)
Fix typos
Change-Id: I5fff9ccb1bc74b85ee378439ffa2272583ffcb0f Reviewed-on: https://gerrit.libreoffice.org/48024 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'winaccessibility')
-rw-r--r--winaccessibility/source/UAccCOM/EnumVariant.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/winaccessibility/source/UAccCOM/EnumVariant.cxx b/winaccessibility/source/UAccCOM/EnumVariant.cxx
index 7290de29b0f4..ba2d443ca91f 100644
--- a/winaccessibility/source/UAccCOM/EnumVariant.cxx
+++ b/winaccessibility/source/UAccCOM/EnumVariant.cxx
@@ -40,7 +40,7 @@ using namespace com::sun::star::accessibility;
/**
- * enumarate method,get next element
+ * enumerate method,get next element
* @param cElements The number of elements to be returned.
* @param pvar An array of at least size celt in which the elements are to be returned.
* @param pcElementFetched Pointer to the number of elements returned in rgVar, or Null
@@ -94,7 +94,7 @@ HRESULT STDMETHODCALLTYPE CEnumVariant::Next(ULONG cElements,VARIANT __RPC_FAR *
}
/**
- * skip the elements in the given range when enumarate elements
+ * skip the elements in the given range when enumerate elements
* @param cElements The number of elements to skip.
* @return Result.
*/