summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXTextCursor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXTextCursor.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXTextCursor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTextCursor.java b/qadevOOo/tests/java/mod/_sw/SwXTextCursor.java
index 472cd96882a0..4328d6f0b27e 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTextCursor.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTextCursor.java
@@ -59,7 +59,7 @@ import com.sun.star.uno.XInterface;
* <li> <code>com::sun::star::style::CharacterPropertiesAsian</code></li>
* </ul> <p>
* This object test <b> is NOT </b> designed to be run in several
- * threads concurently.
+ * threads concurrently.
* @see com.sun.star.text.XTextCursor
* @see com.sun.star.text.XWordCursor
* @see com.sun.star.style.CharacterPropertiesComplex
@@ -118,7 +118,7 @@ public class SwXTextCursor extends TestCase {
}
/**
- * Creating a Testenvironment for the interfaces to be tested. After major
+ * Creating a TestEnvironment for the interfaces to be tested. After major
* text of text document is obtained, text cursor is created and several
* paragraphs within the text are inserted to a text document. Finally,
* text cursor is returned as a test component.