summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_forms
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/_forms
parentc1692f620610621a139e54fb1f9d11d4c177608d (diff)
some spelling fixes, mostly in Java code
Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f
Diffstat (limited to 'qadevOOo/tests/java/mod/_forms')
-rw-r--r--qadevOOo/tests/java/mod/_forms/GenericModelTest.java4
-rw-r--r--qadevOOo/tests/java/mod/_forms/OButtonControl.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OButtonModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OCheckBoxControl.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OCheckBoxModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OComboBoxControl.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OComboBoxModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OCurrencyControl.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OCurrencyModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/ODatabaseForm.java4
-rw-r--r--qadevOOo/tests/java/mod/_forms/ODateControl.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/ODateModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OEditControl.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OEditModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OFileControlModel.java4
-rw-r--r--qadevOOo/tests/java/mod/_forms/OFixedTextModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OFormattedControl.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OFormattedFieldWrapper.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OFormsCollection.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OGridControlModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OGroupBoxControl.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OGroupBoxModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OHiddenModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OImageButtonControl.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OImageButtonModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OImageControlControl.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OImageControlModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OListBoxModel.java4
-rw-r--r--qadevOOo/tests/java/mod/_forms/ONumericControl.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/ONumericModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OPatternControl.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OPatternModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/ORadioButtonControl.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OSpinButtonModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OTimeControl.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OTimeModel.java4
37 files changed, 42 insertions, 42 deletions
diff --git a/qadevOOo/tests/java/mod/_forms/GenericModelTest.java b/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
index 0a0f7b3c4233..67b4f7eb7c0b 100644
--- a/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
+++ b/qadevOOo/tests/java/mod/_forms/GenericModelTest.java
@@ -83,7 +83,7 @@ import util.utils;
* {@link util.DBTools DBTools} class for more information.</li>
* </ul> <p>
* This object test <b> is NOT </b> designed to be run in several
-* threads concurently.
+* threads concurrently.
* @see com.sun.star.io.XPersistObject
* @see com.sun.star.awt.UnoControlDateFieldModel
* @see com.sun.star.form.XReset
@@ -333,7 +333,7 @@ public class GenericModelTest extends TestCase {
}
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* First <code>TestDB</code> database is registered.
* Creates DateField in the Form, then binds it to TestDB
* database and returns Field's control. <p>
diff --git a/qadevOOo/tests/java/mod/_forms/OButtonControl.java b/qadevOOo/tests/java/mod/_forms/OButtonControl.java
index 61dd1006dc41..ea9fe395a550 100644
--- a/qadevOOo/tests/java/mod/_forms/OButtonControl.java
+++ b/qadevOOo/tests/java/mod/_forms/OButtonControl.java
@@ -59,7 +59,7 @@ import com.sun.star.view.XControlAccess;
* </ul> <p>
*
* This object test <b> is NOT </b> designed to be run in several
- * threads concurently.
+ * threads concurrently.
*
* @see com.sun.star.lang.XComponent
* @see com.sun.star.awt.XWindow
diff --git a/qadevOOo/tests/java/mod/_forms/OButtonModel.java b/qadevOOo/tests/java/mod/_forms/OButtonModel.java
index 4a53eccb5ade..2365ac47bb4d 100644
--- a/qadevOOo/tests/java/mod/_forms/OButtonModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OButtonModel.java
@@ -45,7 +45,7 @@ import lib.TestParameters;
* <li> <code>com::sun::star::lang::XComponent</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.XPersistObject
* @see com.sun.star.container.XChild
diff --git a/qadevOOo/tests/java/mod/_forms/OCheckBoxControl.java b/qadevOOo/tests/java/mod/_forms/OCheckBoxControl.java
index 379a6b9d379f..64be708cf28c 100644
--- a/qadevOOo/tests/java/mod/_forms/OCheckBoxControl.java
+++ b/qadevOOo/tests/java/mod/_forms/OCheckBoxControl.java
@@ -62,7 +62,7 @@ import com.sun.star.view.XControlAccess;
* <li> <code>com::sun::star::lang::XEventListener</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.awt.XView
* @see com.sun.star.form.XBoundControl
diff --git a/qadevOOo/tests/java/mod/_forms/OCheckBoxModel.java b/qadevOOo/tests/java/mod/_forms/OCheckBoxModel.java
index a902641dcbb6..aaf241180351 100644
--- a/qadevOOo/tests/java/mod/_forms/OCheckBoxModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OCheckBoxModel.java
@@ -51,7 +51,7 @@ import lib.TestParameters;
* <li> <code>com::sun::star::container::XChild</code></li>
* </ul>
* This object test <b> is NOT </b> designed to be run in several
-* threads concurently.
+* threads concurrently.
*
* @see com.sun.star.beans.XFastPropertySet
* @see com.sun.star.io.XPersistObject
diff --git a/qadevOOo/tests/java/mod/_forms/OComboBoxControl.java b/qadevOOo/tests/java/mod/_forms/OComboBoxControl.java
index c4e269231cd2..43b755ed87dc 100644
--- a/qadevOOo/tests/java/mod/_forms/OComboBoxControl.java
+++ b/qadevOOo/tests/java/mod/_forms/OComboBoxControl.java
@@ -63,7 +63,7 @@ import com.sun.star.view.XControlAccess;
* <li> <code>com::sun::star::lang::XEventListener</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.awt.XView
* @see com.sun.star.form.XBoundControl
diff --git a/qadevOOo/tests/java/mod/_forms/OComboBoxModel.java b/qadevOOo/tests/java/mod/_forms/OComboBoxModel.java
index 5357928cb4fe..524a95e0d245 100644
--- a/qadevOOo/tests/java/mod/_forms/OComboBoxModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OComboBoxModel.java
@@ -53,7 +53,7 @@ import util.DBTools;
* <li> <code>com::sun::star::container::XChild</code></li>
* </ul>
* This object test <b> is NOT </b> designed to be run in several
-* threads concurently.
+* threads concurrently.
* @see com.sun.star.beans.XFastPropertySet
* @see com.sun.star.io.XPersistObject
* @see com.sun.star.form.XReset
diff --git a/qadevOOo/tests/java/mod/_forms/OCurrencyControl.java b/qadevOOo/tests/java/mod/_forms/OCurrencyControl.java
index 903721f9a9f3..d0d5dc1e4328 100644
--- a/qadevOOo/tests/java/mod/_forms/OCurrencyControl.java
+++ b/qadevOOo/tests/java/mod/_forms/OCurrencyControl.java
@@ -63,7 +63,7 @@ import com.sun.star.view.XControlAccess;
* <li> <code>com::sun::star::lang::XEventListener</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.awt.XView
* @see com.sun.star.form.XBoundControl
diff --git a/qadevOOo/tests/java/mod/_forms/OCurrencyModel.java b/qadevOOo/tests/java/mod/_forms/OCurrencyModel.java
index 971cbf42187a..baa141119876 100644
--- a/qadevOOo/tests/java/mod/_forms/OCurrencyModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OCurrencyModel.java
@@ -50,7 +50,7 @@ import lib.TestParameters;
* <li> <code>com::sun::star::form::component::CurrencyField</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.XPersistObject
* @see com.sun.star.form.XReset
* @see com.sun.star.form.XBoundComponent
diff --git a/qadevOOo/tests/java/mod/_forms/ODatabaseForm.java b/qadevOOo/tests/java/mod/_forms/ODatabaseForm.java
index 72755f0cc449..fcaf12b492c6 100644
--- a/qadevOOo/tests/java/mod/_forms/ODatabaseForm.java
+++ b/qadevOOo/tests/java/mod/_forms/ODatabaseForm.java
@@ -121,7 +121,7 @@ import com.sun.star.view.XControlAccess;
* </ul> <p>
*
* This object test <b> is NOT </b> designed to be run in several
- * threads concurently.
+ * threads concurrently.
* The following parameters in ini-file used by this test:
* <ul>
* <li><code>test.db.url</code> - URL to MySQL database.
@@ -303,7 +303,7 @@ public class ODatabaseForm extends TestCase {
}
/**
- * * creating a Testenvironment for the interfaces to be tested
+ * * creating a TestEnvironment for the interfaces to be tested
*/
@Override
protected synchronized TestEnvironment createTestEnvironment(TestParameters Param,
diff --git a/qadevOOo/tests/java/mod/_forms/ODateControl.java b/qadevOOo/tests/java/mod/_forms/ODateControl.java
index 8875d8123dd8..af54d68f7af1 100644
--- a/qadevOOo/tests/java/mod/_forms/ODateControl.java
+++ b/qadevOOo/tests/java/mod/_forms/ODateControl.java
@@ -62,7 +62,7 @@ import com.sun.star.view.XControlAccess;
* <li> <code>com::sun::star::lang::XEventListener</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.awt.XView
* @see com.sun.star.form.XBoundControl
diff --git a/qadevOOo/tests/java/mod/_forms/ODateModel.java b/qadevOOo/tests/java/mod/_forms/ODateModel.java
index e7df4366bb75..15a17095c931 100644
--- a/qadevOOo/tests/java/mod/_forms/ODateModel.java
+++ b/qadevOOo/tests/java/mod/_forms/ODateModel.java
@@ -59,7 +59,7 @@ import util.DBTools;
* {@link util.DBTools DBTools} class for more information.</li>
* </ul> <p>
* This object test <b> is NOT </b> designed to be run in several
-* threads concurently.
+* threads concurrently.
* @see com.sun.star.io.XPersistObject
* @see com.sun.star.awt.UnoControlDateFieldModel
* @see com.sun.star.form.XReset
diff --git a/qadevOOo/tests/java/mod/_forms/OEditControl.java b/qadevOOo/tests/java/mod/_forms/OEditControl.java
index 18ab08bcf517..8e032e39e472 100644
--- a/qadevOOo/tests/java/mod/_forms/OEditControl.java
+++ b/qadevOOo/tests/java/mod/_forms/OEditControl.java
@@ -63,7 +63,7 @@ import com.sun.star.view.XControlAccess;
* <li> <code>com::sun::star::lang::XEventListener</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.awt.XView
* @see com.sun.star.form.XBoundControl
diff --git a/qadevOOo/tests/java/mod/_forms/OEditModel.java b/qadevOOo/tests/java/mod/_forms/OEditModel.java
index 3f32912ca71d..d020d3acc75b 100644
--- a/qadevOOo/tests/java/mod/_forms/OEditModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OEditModel.java
@@ -60,7 +60,7 @@ import util.DBTools;
* {@link util.DBTools DBTools} class for more information.</li>
* </ul> <p>
* This object test <b> is NOT </b> designed to be run in several
-* threads concurently.
+* threads concurrently.
* @see com.sun.star.io.XPersistObject
* @see com.sun.star.form.XReset
* @see com.sun.star.form.XBoundComponent
diff --git a/qadevOOo/tests/java/mod/_forms/OFileControlModel.java b/qadevOOo/tests/java/mod/_forms/OFileControlModel.java
index b44bbbb8a29a..c7064d3dfbaf 100644
--- a/qadevOOo/tests/java/mod/_forms/OFileControlModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OFileControlModel.java
@@ -60,7 +60,7 @@ import com.sun.star.util.XCloseable;
* <li> <code>com::sun::star::form::component::FileControl</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.XPersistObject
* @see com.sun.star.container.XChild
* @see com.sun.star.form
@@ -125,7 +125,7 @@ public class OFileControlModel extends TestCase {
}
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Creates FileControl in the Form. <p>
* Object relations created :
* <ul>
diff --git a/qadevOOo/tests/java/mod/_forms/OFixedTextModel.java b/qadevOOo/tests/java/mod/_forms/OFixedTextModel.java
index 64a6c795c776..95ef1bba203c 100644
--- a/qadevOOo/tests/java/mod/_forms/OFixedTextModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OFixedTextModel.java
@@ -43,7 +43,7 @@ import lib.TestParameters;
* <li> <code>com::sun::star::lang::XComponent</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.XPersistObject
* @see com.sun.star.container.XChild
* @see com.sun.star.form
diff --git a/qadevOOo/tests/java/mod/_forms/OFormattedControl.java b/qadevOOo/tests/java/mod/_forms/OFormattedControl.java
index 9489c629e7d6..9400c2283e71 100644
--- a/qadevOOo/tests/java/mod/_forms/OFormattedControl.java
+++ b/qadevOOo/tests/java/mod/_forms/OFormattedControl.java
@@ -61,7 +61,7 @@ import com.sun.star.view.XControlAccess;
* <li> <code>com::sun::star::lang::XEventListener</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.awt.XView
* @see com.sun.star.form.XBoundControl
diff --git a/qadevOOo/tests/java/mod/_forms/OFormattedFieldWrapper.java b/qadevOOo/tests/java/mod/_forms/OFormattedFieldWrapper.java
index e35da541dcf2..e55f6d282b31 100644
--- a/qadevOOo/tests/java/mod/_forms/OFormattedFieldWrapper.java
+++ b/qadevOOo/tests/java/mod/_forms/OFormattedFieldWrapper.java
@@ -54,7 +54,7 @@ import util.DBTools;
* </ul> <p>
*
* This object test <b> is NOT </b> designed to be run in several
- * threads concurently.
+ * threads concurrently.
*
* @see com.sun.star.io.XPersistObject
* @see com.sun.star.form.XReset
diff --git a/qadevOOo/tests/java/mod/_forms/OFormsCollection.java b/qadevOOo/tests/java/mod/_forms/OFormsCollection.java
index 14f7d6c531e3..1d4324cc92b9 100644
--- a/qadevOOo/tests/java/mod/_forms/OFormsCollection.java
+++ b/qadevOOo/tests/java/mod/_forms/OFormsCollection.java
@@ -49,7 +49,7 @@ import com.sun.star.util.XCloseable;
* </ul>
*
* This object test <b> is NOT </b> designed to be run in several
-* threads concurently.
+* threads concurrently.
*
* @see com.sun.star.container.XNameReplace
* @see com.sun.star.container.XIndexReplace
diff --git a/qadevOOo/tests/java/mod/_forms/OGridControlModel.java b/qadevOOo/tests/java/mod/_forms/OGridControlModel.java
index b11ca91c82f4..3804bbe20fa0 100644
--- a/qadevOOo/tests/java/mod/_forms/OGridControlModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OGridControlModel.java
@@ -71,7 +71,7 @@ import com.sun.star.util.XCloseable;
* <li> <code>com::sun::star::container::XContainer</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.io.XPersistObject
* @see com.sun.star.container.XNameReplace
diff --git a/qadevOOo/tests/java/mod/_forms/OGroupBoxControl.java b/qadevOOo/tests/java/mod/_forms/OGroupBoxControl.java
index d76af3480fa1..06688dcc5e6b 100644
--- a/qadevOOo/tests/java/mod/_forms/OGroupBoxControl.java
+++ b/qadevOOo/tests/java/mod/_forms/OGroupBoxControl.java
@@ -55,7 +55,7 @@ import com.sun.star.view.XControlAccess;
* <li> <code>com::sun::star::awt::XView</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.lang.XComponent
* @see com.sun.star.awt.XWindow
diff --git a/qadevOOo/tests/java/mod/_forms/OGroupBoxModel.java b/qadevOOo/tests/java/mod/_forms/OGroupBoxModel.java
index 45d485c3caa4..d175977d3f04 100644
--- a/qadevOOo/tests/java/mod/_forms/OGroupBoxModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OGroupBoxModel.java
@@ -43,7 +43,7 @@ import lib.TestParameters;
* <li> <code>com::sun::star::lang::XComponent</code></li>
* </ul>
* This object test <b> is NOT </b> designed to be run in several
- * threads concurently.
+ * threads concurrently.
* @see com.sun.star.awt.UnoControlGroupBoxModel
* @see com.sun.star.io.XPersistObject
* @see com.sun.star.container.XChild
diff --git a/qadevOOo/tests/java/mod/_forms/OHiddenModel.java b/qadevOOo/tests/java/mod/_forms/OHiddenModel.java
index 44d2eef436da..81b194e2f41d 100644
--- a/qadevOOo/tests/java/mod/_forms/OHiddenModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OHiddenModel.java
@@ -58,7 +58,7 @@ import com.sun.star.util.XCloseable;
* <li> <code>com::sun::star::lang::XComponent</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.io.XPersistObject
* @see com.sun.star.container.XChild
* @see com.sun.star.form
diff --git a/qadevOOo/tests/java/mod/_forms/OImageButtonControl.java b/qadevOOo/tests/java/mod/_forms/OImageButtonControl.java
index e2d56cc22ba3..ec143bdafb1a 100644
--- a/qadevOOo/tests/java/mod/_forms/OImageButtonControl.java
+++ b/qadevOOo/tests/java/mod/_forms/OImageButtonControl.java
@@ -56,7 +56,7 @@ import com.sun.star.view.XControlAccess;
* <li> <code>com::sun::star::awt::XView</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.lang.XComponent
* @see com.sun.star.awt.XWindow
diff --git a/qadevOOo/tests/java/mod/_forms/OImageButtonModel.java b/qadevOOo/tests/java/mod/_forms/OImageButtonModel.java
index 2810cad50d01..21d5f7a7a3b3 100644
--- a/qadevOOo/tests/java/mod/_forms/OImageButtonModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OImageButtonModel.java
@@ -43,7 +43,7 @@ import lib.TestParameters;
* <li> <code>com::sun::star::lang::XComponent</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.XPersistObject
* @see com.sun.star.container.XChild
* @see com.sun.star.awt.UnoControlImageControlModel
diff --git a/qadevOOo/tests/java/mod/_forms/OImageControlControl.java b/qadevOOo/tests/java/mod/_forms/OImageControlControl.java
index fca215c97e76..aa700ce29c2f 100644
--- a/qadevOOo/tests/java/mod/_forms/OImageControlControl.java
+++ b/qadevOOo/tests/java/mod/_forms/OImageControlControl.java
@@ -57,7 +57,7 @@ import com.sun.star.view.XControlAccess;
* <li> <code>com::sun::star::awt::XView</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.lang.XComponent
* @see com.sun.star.awt.XWindow
diff --git a/qadevOOo/tests/java/mod/_forms/OImageControlModel.java b/qadevOOo/tests/java/mod/_forms/OImageControlModel.java
index 3e965f33e916..8014f9a4a2d1 100644
--- a/qadevOOo/tests/java/mod/_forms/OImageControlModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OImageControlModel.java
@@ -54,7 +54,7 @@ import util.DBTools;
* <li> <code>com::sun::star::container::XChild</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.form.XImageProducerSupplier
* @see com.sun.star.io.XPersistObject
diff --git a/qadevOOo/tests/java/mod/_forms/OListBoxModel.java b/qadevOOo/tests/java/mod/_forms/OListBoxModel.java
index 5b0f054f9133..160ea8cbe3e4 100644
--- a/qadevOOo/tests/java/mod/_forms/OListBoxModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OListBoxModel.java
@@ -63,7 +63,7 @@ import util.DBTools;
* <li> <code>com::sun::star::container::XChild</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.io.XPersistObject
* @see com.sun.star.awt.UnoControlListBoxModel
* @see com.sun.star.form.XReset
@@ -156,7 +156,7 @@ public class OListBoxModel extends GenericModelTest {
/**
* calls <CODE>createTestEnvironment()</CODE> from it's super class
- * This test uses not the generic implementaion of <CODE>cecker()</CODE> of its
+ * This test uses not the generic implementation of <CODE>checker()</CODE> of its
* super class. This tests uses its own implementation of <CODE>checker()</CODE>
* to test <CODE>com::sun::star::form::XUpdateBroadcaster</CODE>
* @param Param the test parameter
diff --git a/qadevOOo/tests/java/mod/_forms/ONumericControl.java b/qadevOOo/tests/java/mod/_forms/ONumericControl.java
index b6c4b4363504..aa67fb599219 100644
--- a/qadevOOo/tests/java/mod/_forms/ONumericControl.java
+++ b/qadevOOo/tests/java/mod/_forms/ONumericControl.java
@@ -62,7 +62,7 @@ import com.sun.star.view.XControlAccess;
* <li> <code>com::sun::star::lang::XEventListener</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.awt.XView
* @see com.sun.star.form.XBoundControl
diff --git a/qadevOOo/tests/java/mod/_forms/ONumericModel.java b/qadevOOo/tests/java/mod/_forms/ONumericModel.java
index b5bff16718c6..b8e085c0a4dc 100644
--- a/qadevOOo/tests/java/mod/_forms/ONumericModel.java
+++ b/qadevOOo/tests/java/mod/_forms/ONumericModel.java
@@ -53,7 +53,7 @@ import util.DBTools;
* <li> <code>com::sun::star::container::XChild</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.io.XPersistObject
* @see com.sun.star.form.XReset
* @see com.sun.star.form.XBoundComponent
diff --git a/qadevOOo/tests/java/mod/_forms/OPatternControl.java b/qadevOOo/tests/java/mod/_forms/OPatternControl.java
index 49837f2501bd..7f8fabeac0bd 100644
--- a/qadevOOo/tests/java/mod/_forms/OPatternControl.java
+++ b/qadevOOo/tests/java/mod/_forms/OPatternControl.java
@@ -62,7 +62,7 @@ import com.sun.star.view.XControlAccess;
* <li> <code>com::sun::star::lang::XEventListener</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.awt.XView
* @see com.sun.star.form.XBoundControl
diff --git a/qadevOOo/tests/java/mod/_forms/OPatternModel.java b/qadevOOo/tests/java/mod/_forms/OPatternModel.java
index 7d638ae7d6f0..950d66207be5 100644
--- a/qadevOOo/tests/java/mod/_forms/OPatternModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OPatternModel.java
@@ -55,7 +55,7 @@ import util.DBTools;
* </ul> <p>
*
* This object test <b> is NOT </b> designed to be run in several
- * threads concurently.
+ * threads concurrently.
*
* @see com.sun.star.io.XPersistObject
* @see com.sun.star.form.XReset
diff --git a/qadevOOo/tests/java/mod/_forms/ORadioButtonControl.java b/qadevOOo/tests/java/mod/_forms/ORadioButtonControl.java
index 1cdda7745d53..670c10b1b66a 100644
--- a/qadevOOo/tests/java/mod/_forms/ORadioButtonControl.java
+++ b/qadevOOo/tests/java/mod/_forms/ORadioButtonControl.java
@@ -58,7 +58,7 @@ import com.sun.star.view.XControlAccess;
* <li> <code>com::sun::star::awt::XView</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.lang.XComponent
* @see com.sun.star.awt.XWindow
diff --git a/qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java b/qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java
index 3d5298ebce5b..7794d7f0e24c 100644
--- a/qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java
+++ b/qadevOOo/tests/java/mod/_forms/ORadioButtonModel.java
@@ -55,7 +55,7 @@ import util.DBTools;
* <li> <code>com::sun::star::container::XChild</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.io.XPersistObject
* @see com.sun.star.form.component.RadioButton
* @see com.sun.star.form.XReset
diff --git a/qadevOOo/tests/java/mod/_forms/OSpinButtonModel.java b/qadevOOo/tests/java/mod/_forms/OSpinButtonModel.java
index bb16b604fe85..ea773ad10cdf 100644
--- a/qadevOOo/tests/java/mod/_forms/OSpinButtonModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OSpinButtonModel.java
@@ -65,7 +65,7 @@ public class OSpinButtonModel extends TestCase {
/**
- * Creating a Testenvironment for the interfaces to be tested.
+ * Creating a TestEnvironment for the interfaces to be tested.
* Adds spin button into text and retrieves it's control model.
*/
@Override
diff --git a/qadevOOo/tests/java/mod/_forms/OTimeControl.java b/qadevOOo/tests/java/mod/_forms/OTimeControl.java
index f2748b3e535c..41fda5679d00 100644
--- a/qadevOOo/tests/java/mod/_forms/OTimeControl.java
+++ b/qadevOOo/tests/java/mod/_forms/OTimeControl.java
@@ -63,7 +63,7 @@ import com.sun.star.view.XControlAccess;
* <li> <code>com::sun::star::lang::XEventListener</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.awt.XView
* @see com.sun.star.form.XBoundControl
diff --git a/qadevOOo/tests/java/mod/_forms/OTimeModel.java b/qadevOOo/tests/java/mod/_forms/OTimeModel.java
index 4adf27ba8730..7ffa83c7d510 100644
--- a/qadevOOo/tests/java/mod/_forms/OTimeModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OTimeModel.java
@@ -67,7 +67,7 @@ import util.DBTools;
* {@link util.DBTools DBTools} class for more information.</li>
* </ul> <p>
* This object test <b> is NOT </b> designed to be run in several
-* threads concurently.
+* threads concurrently.
* @see com.sun.star.awt.UnoControlTimeFieldModel
* @see com.sun.star.io.XPersistObject
* @see com.sun.star.form.component.TimeField
@@ -147,7 +147,7 @@ public class OTimeModel extends GenericModelTest {
/**
* calls <CODE>createTestEnvironment()</CODE> from it's super class
- * This test uses not the generic implementaion of <CODE>cecker()</CODE> of its
+ * This test uses not the generic implementation of <CODE>checker()</CODE> of its
* super class. This tests uses its own implementation of <CODE>checker()</CODE>
* to test <CODE>com::sun::star::form::XUpdateBroadcaster</CODE>
* @param Param the test parameter