diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-14 18:16:56 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-06-15 16:44:08 +0200 |
commit | f1ff61ff057e29cb82d425e0b641f7ad6f01bab4 (patch) | |
tree | 0d77c6b2966026ac8b7cc3cd7c5683d12e9be98e /qadevOOo | |
parent | 81413799eb4f38d62710b295268249307364000a (diff) |
Fix typos
Change-Id: Iea1f82e95c37bdf778941a568d61f17f179f838d
Reviewed-on: https://gerrit.libreoffice.org/38795
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/util/_XReplaceable.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/util/_XSearchable.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/util/_XReplaceable.java b/qadevOOo/tests/java/ifc/util/_XReplaceable.java index e530d5911054..db80a4ed3091 100644 --- a/qadevOOo/tests/java/ifc/util/_XReplaceable.java +++ b/qadevOOo/tests/java/ifc/util/_XReplaceable.java @@ -34,7 +34,7 @@ import com.sun.star.util.XSearchDescriptor; * </ul> <p> * * The requipment for the tested object is that it - * <b>must containt</b> string 'xTextDoc'. Only + * <b>must contain</b> string 'xTextDoc'. Only * in that case this interface is tested correctly. <p> * * Test is <b> NOT </b> multithread compliant. <p> diff --git a/qadevOOo/tests/java/ifc/util/_XSearchable.java b/qadevOOo/tests/java/ifc/util/_XSearchable.java index 9e168c6fa387..5c0f6789a159 100644 --- a/qadevOOo/tests/java/ifc/util/_XSearchable.java +++ b/qadevOOo/tests/java/ifc/util/_XSearchable.java @@ -36,7 +36,7 @@ import com.sun.star.util.XSearchable; * </ul> <p> * * The requipment for the tested object is that it - * <b>must containt</b> string 'xTextDoc'. Only + * <b>must contain</b> string 'xTextDoc'. Only * in that case this interface is tested correctly. <p> * * Test is <b> NOT </b> multithread compliant. <p> |