summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwXParagraph.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwXParagraph.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwXParagraph.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwXParagraph.java b/qadevOOo/tests/java/mod/_sw/SwXParagraph.java
index 304dfa8b6683..275788174a9d 100644
--- a/qadevOOo/tests/java/mod/_sw/SwXParagraph.java
+++ b/qadevOOo/tests/java/mod/_sw/SwXParagraph.java
@@ -57,7 +57,7 @@ import com.sun.star.util.XCloseable;
* <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.XTextContent
* @see com.sun.star.text.TextContent
* @see com.sun.star.style.CharacterPropertiesComplex
@@ -110,7 +110,7 @@ public class SwXParagraph extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested. To obtain
+ * Creating a TestEnvironment for the interfaces to be tested. To obtain
* test component, at first several paragraphs are inserted to a major text
* of text document. Then enumeration of text paragraphs is created, and
* some paragraph is gotten using <code>XEnumeration</code> interface.<p>