summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_cnt
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-06-08 14:06:08 +0200
committerNoel Grandin <noel@peralex.com>2015-06-08 14:06:54 +0200
commitb9dd51782ceba70bda091191349d31767b7bf744 (patch)
treeb08a32be30934595e9bdcf98e877f16a3d170e68 /qadevOOo/tests/java/mod/_cnt
parentc1692f620610621a139e54fb1f9d11d4c177608d (diff)
some spelling fixes, mostly in Java code
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
Diffstat (limited to 'qadevOOo/tests/java/mod/_cnt')
-rw-r--r--qadevOOo/tests/java/mod/_cnt/ChaosContentProvider.java4
-rw-r--r--qadevOOo/tests/java/mod/_cnt/CntUnoDataContainer.java4
-rw-r--r--qadevOOo/tests/java/mod/_cnt/PropertyMatcherFactory.java4
3 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/mod/_cnt/ChaosContentProvider.java b/qadevOOo/tests/java/mod/_cnt/ChaosContentProvider.java
index 89a5d7e34315..b2f60ed1e265 100644
--- a/qadevOOo/tests/java/mod/_cnt/ChaosContentProvider.java
+++ b/qadevOOo/tests/java/mod/_cnt/ChaosContentProvider.java
@@ -38,7 +38,7 @@ import com.sun.star.uno.XInterface;
* <li> <code>com::sun::star::ucb::XContentProvider</code></li>
* </ul>
* This object test <b> is NOT </b> designed to be run in several
-* threads concurently.
+* threads concurrently.
* @see com.sun.star.ucb.XContentProvider
* @see com.sun.star.ucb.ChaosContentProvider
* @see ifc.ucb._XContentProvider
@@ -46,7 +46,7 @@ import com.sun.star.uno.XInterface;
public class ChaosContentProvider extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Creates an instance of the service
* <code>com.sun.star.cnt.ChaosContentProvider</code>. <p>
* Object relations created :
diff --git a/qadevOOo/tests/java/mod/_cnt/CntUnoDataContainer.java b/qadevOOo/tests/java/mod/_cnt/CntUnoDataContainer.java
index 0fbdb236672f..ee7aebf4e19b 100644
--- a/qadevOOo/tests/java/mod/_cnt/CntUnoDataContainer.java
+++ b/qadevOOo/tests/java/mod/_cnt/CntUnoDataContainer.java
@@ -43,7 +43,7 @@ import com.sun.star.uno.XInterface;
* <li> <code>com::sun::star::container::XIndexReplace</code></li>
* </ul>
* This object test <b> is NOT </b> designed to be run in several
-* threads concurently.
+* threads concurrently.
* @see com.sun.star.io.XActiveDataSink
* @see com.sun.star.container.XIndexContainer
* @see com.sun.star.ucb.XDataContainer
@@ -60,7 +60,7 @@ import com.sun.star.uno.XInterface;
public class CntUnoDataContainer extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Creates an instance of the service
* <code>com.sun.star.cnt.CntUnoDataContainer</code> and adds
* to it one <code>CntUnoDataContainer</code> instance. <p>
diff --git a/qadevOOo/tests/java/mod/_cnt/PropertyMatcherFactory.java b/qadevOOo/tests/java/mod/_cnt/PropertyMatcherFactory.java
index 1fd01dc26d03..61ada8c2acd5 100644
--- a/qadevOOo/tests/java/mod/_cnt/PropertyMatcherFactory.java
+++ b/qadevOOo/tests/java/mod/_cnt/PropertyMatcherFactory.java
@@ -36,7 +36,7 @@ import com.sun.star.uno.XInterface;
* <li> <code>com::sun::star::ucb::XPropertyMatcherFactory</code></li>
* </ul>
* This object test <b> is NOT </b> designed to be run in several
-* threads concurently.
+* threads concurrently.
* @see com.sun.star.ucb.XPropertyMatcherFactory
* @see com.sun.star.ucb.PropertyMatcherFactory
* @see ifc.ucb._XPropertyMatcherFactory
@@ -44,7 +44,7 @@ import com.sun.star.uno.XInterface;
public class PropertyMatcherFactory extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Creates an instance of the service
* <code>com.sun.star.cnt.PropertyMatcherFactory</code>. <p>
*/