summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/container/_XIndexContainer.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/container/_XIndexContainer.java')
-rw-r--r--qadevOOo/tests/java/ifc/container/_XIndexContainer.java6
1 files changed, 3 insertions, 3 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
*/