summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java')
-rw-r--r--qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java b/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java
index 06910de2e520..da039308ce4e 100644
--- a/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java
+++ b/qadevOOo/tests/java/ifc/lang/_XSingleServiceFactory.java
@@ -42,7 +42,7 @@ import com.sun.star.uno.UnoRuntime;
* has <code>Object[]</code> type. This relation is used as
* a parameter for <code>createInstanceWithArguments</code>
* method call. If this relation doesn't exist test pass
-* zerro length array as argument. </li>
+* zero length array as argument. </li>
* <li> <code>'XSingleServiceFactory.MustSupport'</code> <b>(optional)</b>:
* of type <code>java.lang.Class[]</code>. This is an array of UNO
* interface classes which must be supported by created instance.
@@ -114,7 +114,7 @@ public class _XSingleServiceFactory extends MultiMethodTest {
/**
* Calls the method and checks the value returned. If relation
- * with method argument doesn't exist new zerro length array
+ * with method argument doesn't exist new zero length array
* is created. <p>
* Has <b>OK</b> status if non null value is returned.
* If the relation exists which specifies required interfaces