summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-03 21:40:51 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-03 21:41:46 +0100
commit52d1de87e9a77fc7929309b0365bd786406ce022 (patch)
tree74628af013c6754b4a050caaa78a7a1a0a69ee20 /winaccessibility
parentd7d0121a10c679fca2e0466fb54697f8433282aa (diff)
Typo accpet->accept
Change-Id: Ib9a5c131701e8240779be43af015ff4943d68ae8
Diffstat (limited to 'winaccessibility')
-rw-r--r--winaccessibility/source/UAccCOM/AccHypertext.cxx12
-rw-r--r--winaccessibility/source/UAccCOM/AccText.cxx10
2 files changed, 11 insertions, 11 deletions
diff --git a/winaccessibility/source/UAccCOM/AccHypertext.cxx b/winaccessibility/source/UAccCOM/AccHypertext.cxx
index a141699bd8ca..3e16c6e6066e 100644
--- a/winaccessibility/source/UAccCOM/AccHypertext.cxx
+++ b/winaccessibility/source/UAccCOM/AccHypertext.cxx
@@ -84,10 +84,10 @@ STDMETHODIMP CAccHypertext::get_characterCount(long * nCharacters)
/**
* Get character extents.
* @param offset Offset.
- * @param x Variant to accpet x position.
- * @param y Variant to accpet y position.
- * @param width Variant to accpet width.
- * @param Height Variant to accpet height.
+ * @param x Variant to accept x position.
+ * @param y Variant to accept y position.
+ * @param width Variant to accept width.
+ * @param Height Variant to accept height.
* @return Result.
*/
STDMETHODIMP CAccHypertext::get_characterExtents(long offset, IA2CoordinateType coordType, long * x, long * y, long * width, long * height)
@@ -98,7 +98,7 @@ STDMETHODIMP CAccHypertext::get_characterExtents(long offset, IA2CoordinateType
/**
* Get selections count.
- * @param nSelections Variant to accpet selections count.
+ * @param nSelections Variant to accept selections count.
* @return Result.
*/
STDMETHODIMP CAccHypertext::get_nSelections(long * nSelections)
@@ -273,7 +273,7 @@ STDMETHODIMP CAccHypertext::scrollSubstringTo(long startIndex, long endIndex,enu
/**
* Get hyperlink count.
- * @param hyperlinkCount Variant to accpet hyperlink count.
+ * @param hyperlinkCount Variant to accept hyperlink count.
* @return Result.
*/
STDMETHODIMP CAccHypertext::get_nHyperlinks(long *hyperlinkCount)
diff --git a/winaccessibility/source/UAccCOM/AccText.cxx b/winaccessibility/source/UAccCOM/AccText.cxx
index c854fed12534..a8cd87136f10 100644
--- a/winaccessibility/source/UAccCOM/AccText.cxx
+++ b/winaccessibility/source/UAccCOM/AccText.cxx
@@ -76,10 +76,10 @@ STDMETHODIMP CAccText::get_characterCount(long * nCharacters)
/**
* Get character extents.
* @param offset Offset.
- * @param x Variant to accpet x position.
- * @param y Variant to accpet y position.
- * @param width Variant to accpet width.
- * @param Height Variant to accpet height.
+ * @param x Variant to accept x position.
+ * @param y Variant to accept y position.
+ * @param width Variant to accept width.
+ * @param Height Variant to accept height.
* @return Result.
*/
STDMETHODIMP CAccText::get_characterExtents(long offset, IA2CoordinateType coordType, long * x, long * y, long * width, long * height)
@@ -90,7 +90,7 @@ STDMETHODIMP CAccText::get_characterExtents(long offset, IA2CoordinateType coord
/**
* Get selections count.
- * @param nSelections Variant to accpet selections count.
+ * @param nSelections Variant to accept selections count.
* @return Result.
*/
STDMETHODIMP CAccText::get_nSelections(long * nSelections)