From 223f1f2b81add7a49f071bcb1dd14081c11f45a4 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 3 Feb 2017 21:28:48 +0100 Subject: Typos Change-Id: I36f443c266670bd26aa6b813075e18653f372f52 Reviewed-on: https://gerrit.libreoffice.org/33900 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- qadevOOo/tests/java/ifc/container/_XIndexContainer.java | 6 +++--- qadevOOo/tests/java/ifc/container/_XIndexReplace.java | 2 +- qadevOOo/tests/java/ifc/container/_XNameContainer.java | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'qadevOOo/tests') 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; *
  • Test environment variable 'THRCNT' : number * of interface threads running concurrently.
  • *

      -* XIndexComtainer needs n ObjectRelations "INSTANCEn" , where n=1, ..., +* XIndexContainer 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. *

      -* 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. *

      * 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.

      +* the Index in the Container because it's the same Object.

      * Test is multithread compliant.

      * @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.

      +* the Index in the Container because it's the same Object.

      * Test is multithread compliant.

      * @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; *

    • Test environment variable 'THRCNT' : number * of interface threads running concurrently.
    • *

        -* 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 */ -- cgit v1.2.3