summaryrefslogtreecommitdiff
path: root/winaccessibility/source
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/source')
-rw-r--r--winaccessibility/source/UAccCOM/AccEditableText.cxx6
-rw-r--r--winaccessibility/source/UAccCOM/AccEditableText.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/winaccessibility/source/UAccCOM/AccEditableText.cxx b/winaccessibility/source/UAccCOM/AccEditableText.cxx
index e7e23aa553cc..798e3300c3c8 100644
--- a/winaccessibility/source/UAccCOM/AccEditableText.cxx
+++ b/winaccessibility/source/UAccCOM/AccEditableText.cxx
@@ -42,7 +42,7 @@ using namespace com::sun::star::beans;
using namespace std;
/**
- * Copys a range of text to the clipboard.
+ * Copy a range of text to the clipboard.
*
* @param startOffset the start offset of copying.
* @param endOffset the end offset of copying.
@@ -124,8 +124,8 @@ STDMETHODIMP CAccEditableText::insertText(long offset, BSTR * text)
/**
* Cuts a range of text to the clipboard.
*
- * @param startOffset the start offset of cuting.
- * @param endOffset the end offset of cuting.
+ * @param startOffset the start offset of cutting.
+ * @param endOffset the end offset of cutting.
* @param success the boolean result to be returned.
*/
STDMETHODIMP CAccEditableText::cutText(long startOffset, long endOffset)
diff --git a/winaccessibility/source/UAccCOM/AccEditableText.h b/winaccessibility/source/UAccCOM/AccEditableText.h
index 26ea735e8960..c1d15fbdc4ad 100644
--- a/winaccessibility/source/UAccCOM/AccEditableText.h
+++ b/winaccessibility/source/UAccCOM/AccEditableText.h
@@ -68,7 +68,7 @@ public:
public:
// IAccessibleEditableText
- // Copys a range of text to the clipboard.
+ // Copies a range of text to the clipboard.
STDMETHOD(copyText)(long startOffset, long endOffset);
// Deletes a range of text.