Kaydet (Commit) 52d1de87 authored tarafından Julien Nabet's avatar Julien Nabet

Typo accpet->accept

Change-Id: Ib9a5c131701e8240779be43af015ff4943d68ae8
üst d7d0121a
...@@ -84,10 +84,10 @@ STDMETHODIMP CAccHypertext::get_characterCount(long * nCharacters) ...@@ -84,10 +84,10 @@ STDMETHODIMP CAccHypertext::get_characterCount(long * nCharacters)
/** /**
* Get character extents. * Get character extents.
* @param offset Offset. * @param offset Offset.
* @param x Variant to accpet x position. * @param x Variant to accept x position.
* @param y Variant to accpet y position. * @param y Variant to accept y position.
* @param width Variant to accpet width. * @param width Variant to accept width.
* @param Height Variant to accpet height. * @param Height Variant to accept height.
* @return Result. * @return Result.
*/ */
STDMETHODIMP CAccHypertext::get_characterExtents(long offset, IA2CoordinateType coordType, long * x, long * y, long * width, long * height) 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 ...@@ -98,7 +98,7 @@ STDMETHODIMP CAccHypertext::get_characterExtents(long offset, IA2CoordinateType
/** /**
* Get selections count. * Get selections count.
* @param nSelections Variant to accpet selections count. * @param nSelections Variant to accept selections count.
* @return Result. * @return Result.
*/ */
STDMETHODIMP CAccHypertext::get_nSelections(long * nSelections) STDMETHODIMP CAccHypertext::get_nSelections(long * nSelections)
...@@ -273,7 +273,7 @@ STDMETHODIMP CAccHypertext::scrollSubstringTo(long startIndex, long endIndex,enu ...@@ -273,7 +273,7 @@ STDMETHODIMP CAccHypertext::scrollSubstringTo(long startIndex, long endIndex,enu
/** /**
* Get hyperlink count. * Get hyperlink count.
* @param hyperlinkCount Variant to accpet hyperlink count. * @param hyperlinkCount Variant to accept hyperlink count.
* @return Result. * @return Result.
*/ */
STDMETHODIMP CAccHypertext::get_nHyperlinks(long *hyperlinkCount) STDMETHODIMP CAccHypertext::get_nHyperlinks(long *hyperlinkCount)
......
...@@ -76,10 +76,10 @@ STDMETHODIMP CAccText::get_characterCount(long * nCharacters) ...@@ -76,10 +76,10 @@ STDMETHODIMP CAccText::get_characterCount(long * nCharacters)
/** /**
* Get character extents. * Get character extents.
* @param offset Offset. * @param offset Offset.
* @param x Variant to accpet x position. * @param x Variant to accept x position.
* @param y Variant to accpet y position. * @param y Variant to accept y position.
* @param width Variant to accpet width. * @param width Variant to accept width.
* @param Height Variant to accpet height. * @param Height Variant to accept height.
* @return Result. * @return Result.
*/ */
STDMETHODIMP CAccText::get_characterExtents(long offset, IA2CoordinateType coordType, long * x, long * y, long * width, long * height) 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 ...@@ -90,7 +90,7 @@ STDMETHODIMP CAccText::get_characterExtents(long offset, IA2CoordinateType coord
/** /**
* Get selections count. * Get selections count.
* @param nSelections Variant to accpet selections count. * @param nSelections Variant to accept selections count.
* @return Result. * @return Result.
*/ */
STDMETHODIMP CAccText::get_nSelections(long * nSelections) STDMETHODIMP CAccText::get_nSelections(long * nSelections)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment