summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-02-03 21:28:48 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-02-03 21:09:44 +0000
commit223f1f2b81add7a49f071bcb1dd14081c11f45a4 (patch)
treea45b66e3ae687697e058d4f58dbc3da9edc0e1cc /qadevOOo/tests
parent797d10e1772a7c9b4c96c6da7e5dcec8e3d48914 (diff)
Typos
Change-Id: I36f443c266670bd26aa6b813075e18653f372f52 Reviewed-on: https://gerrit.libreoffice.org/33900 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo/tests')
-rw-r--r--qadevOOo/tests/java/ifc/container/_XIndexContainer.java6
-rw-r--r--qadevOOo/tests/java/ifc/container/_XIndexReplace.java2
-rw-r--r--qadevOOo/tests/java/ifc/container/_XNameContainer.java4
3 files changed, 6 insertions, 6 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XIndexContainer.java b/qadevOOo/tests/java/ifc/container/_XIndexContainer.java
index 78fadb66772c..50437354ed78 100644
--- a/qadevOOo/tests/java/ifc/container/_XIndexContainer.java
+++ b/qadevOOo/tests/java/ifc/container/_XIndexContainer.java
@@ -41,12 +41,12 @@ import com.sun.star.lang.IndexOutOfBoundsException;
* <li> Test environment variable <code>'THRCNT'</code> : number
* of interface threads running concurrently. </li>
* <ul> <p>
-* XIndexComtainer needs n ObjectRelations "INSTANCEn" , where n=1, ...,
+* XIndexContainer needs n ObjectRelations "INSTANCEn" , where n=1, ...,
* THRCNT.<p>
* When this interface tested by different threads, it must use different
* instances to insert/remove - one for each thread.
* <p>
-* That's why we use objRelation "XIndexComtainerINDEX" to store the number of
+* That's why we use objRelation "XIndexContainerINDEX" to store the number of
* last taken instance. If there is no such relation, it initialize with 1.
* <p>
* This ObjectRelations should be necessary to create an Object,
@@ -58,7 +58,7 @@ import com.sun.star.lang.IndexOutOfBoundsException;
* If you insert the same Object by insertByIndex() several times you
* don't insert the Object several times. The first insertByIndex() inserts
* the Object to the Container but all other insertByIndex() changes
-* the Index in the Continer because it's the same Object. <p>
+* the Index in the Container because it's the same Object. <p>
* Test is multithread compliant. <p>
* @see com.sun.star.container.XIndexContainer
*/
diff --git a/qadevOOo/tests/java/ifc/container/_XIndexReplace.java b/qadevOOo/tests/java/ifc/container/_XIndexReplace.java
index b22e94b1c1e3..e545b727625b 100644
--- a/qadevOOo/tests/java/ifc/container/_XIndexReplace.java
+++ b/qadevOOo/tests/java/ifc/container/_XIndexReplace.java
@@ -60,7 +60,7 @@ import com.sun.star.uno.UnoRuntime;
* If you insert the same Object by replaceByIndex() several times you
* don't insert the Object several times. The first replaceByIndex() inserts
* the Object to the Container but all other replaceByIndex() changes
-* the Index in the Continer because it's the same Object. <p>
+* the Index in the Container because it's the same Object. <p>
* Test is multithread compliant. <p>
* @see com.sun.star.container.XIndexReplace
*/
diff --git a/qadevOOo/tests/java/ifc/container/_XNameContainer.java b/qadevOOo/tests/java/ifc/container/_XNameContainer.java
index 5a16c32e3d9b..45a1b2c92547 100644
--- a/qadevOOo/tests/java/ifc/container/_XNameContainer.java
+++ b/qadevOOo/tests/java/ifc/container/_XNameContainer.java
@@ -43,7 +43,7 @@ import lib.StatusException;
* <li> Test environment variable <code>'THRCNT'</code> : number
* of interface threads running concurrently. </li>
* <ul> <p>
-* XNameComtainer needs n ObjectRelations "INSTANCEn" , where n=1, ..., THRCNT.
+* XNameContainer needs n ObjectRelations "INSTANCEn" , where n=1, ..., THRCNT.
*
* When this interface tested by different threads, it must use different
* instances to insert/remove - one for each thread.
@@ -54,7 +54,7 @@ import lib.StatusException;
* If you insert the same Object by insertByName() several times you
* don't insert the Object several times. The first insertByName() inserts
* the Object to the Container but all other insertByName() changes
-* the Name in the Continer because it's the same Object.
+* the Name in the Container because it's the same Object.
* @see com.sun.star.container.XNameContainer
*/