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