summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/container
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/container')
-rw-r--r--qadevOOo/tests/java/ifc/container/_XEnumeration.java2
-rw-r--r--qadevOOo/tests/java/ifc/container/_XNameReplace.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/container/_XEnumeration.java b/qadevOOo/tests/java/ifc/container/_XEnumeration.java
index dfa2d52a84be..86dd4cbbcfec 100644
--- a/qadevOOo/tests/java/ifc/container/_XEnumeration.java
+++ b/qadevOOo/tests/java/ifc/container/_XEnumeration.java
@@ -36,7 +36,7 @@ import com.sun.star.lang.WrappedTargetException;
* <ul>
* <li> <code>'ENUM'</code> (of type <code>XEnumerationAccess</code>):
* This test creates its own oObj because the method nextElement()
-* will be modified this Object directly so other threads may be faild.
+* will be modified this Object directly so other threads may be failed.
* </li>
* <ul> <p>
* Test is multithread compliant. <p>
diff --git a/qadevOOo/tests/java/ifc/container/_XNameReplace.java b/qadevOOo/tests/java/ifc/container/_XNameReplace.java
index b5214bf9032f..f9b3283aadc8 100644
--- a/qadevOOo/tests/java/ifc/container/_XNameReplace.java
+++ b/qadevOOo/tests/java/ifc/container/_XNameReplace.java
@@ -38,7 +38,7 @@ import com.sun.star.uno.UnoRuntime;
* for more information.</li>
* <li> <code>'NAMEREPLACE'</code> <b>optional</b>: <code>String</code>
* relation which represents element name to be replaced.
-* Some Objects can't replace the firsr that comes along, i.e.
+* Some Objects can't replace the first that comes along, i.e.
* SwXStyleFamily. It has some pool styles which can't be replaced.
* So the test need a special object to replace it by name. </li>
* <li> <code>'XNameReplaceINDEX'</code> : For internal test
@@ -109,7 +109,7 @@ public class _XNameReplace extends MultiMethodTest {
XNameAccess oNameAccess = UnoRuntime.queryInterface(
XNameAccess.class, oObj);
oNames = oNameAccess.getElementNames();
- /* Some Objects can't replace the firsr that comes along, i.e.
+ /* Some Objects can't replace the first that comes along, i.e.
SwXStyleFamily. It has some pool styles which can't be replaced.
So the test need a special object to replace it by name.
*/