summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-07 23:14:45 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-08 12:21:19 +0200
commite544f449eded2738b45de4be13c72b128a16bafe (patch)
tree3e779fd42f9a17d2b2d62cd8fe43c6bf63d78953 /winaccessibility
parent307edd412e4fe3a74378959f5d93f5a2a44f1b60 (diff)
Fix typos
Change-Id: I020c7ce4d9aa93cb0292378a410cdb9f7788e920 Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'winaccessibility')
-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.