summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXTableRows.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXTableRows.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXTableRows.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXTableRows.java b/qadevOOo/tests/java/mod/_sw/SwXTableRows.java
index 63a0ab69ed59..86229695afa9 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXTableRows.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXTableRows.java
@@ -42,7 +42,7 @@ import com.sun.star.uno.XInterface;
* <li> <code>com::sun::star::table::XTableRows</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.container.XIndexAccess
* @see com.sun.star.container.XElementAccess
* @see com.sun.star.table.XTableRows
@@ -78,7 +78,7 @@ public class SwXTableRows extends TestCase {
}
/**
- * Creating a Testenvironment for the interfaces to be tested. After creation
+ * Creating a TestEnvironment for the interfaces to be tested. After creation
* of text table, it is inserted to text document, then rows are gotten
* from table.
*/