summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/lang/_XServiceInfo.java2
-rw-r--r--qadevOOo/tests/java/ifc/sdb/_RowSet.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/lang/_XServiceInfo.java b/qadevOOo/tests/java/ifc/lang/_XServiceInfo.java
index d08ff31a6dc3..e1f2e0da3719 100644
--- a/qadevOOo/tests/java/ifc/lang/_XServiceInfo.java
+++ b/qadevOOo/tests/java/ifc/lang/_XServiceInfo.java
@@ -74,7 +74,7 @@ public class _XServiceInfo extends MultiMethodTest {
/**
* Gets one of the service names returned by
* <code>getSupportedServiceNames</code> method and
- * calls the <code>supportsService</code> methos with this
+ * calls the <code>supportsService</code> method with this
* name. <p>
* Has <b>OK</b> status if <code>true</code> value is
* returned.
diff --git a/qadevOOo/tests/java/ifc/sdb/_RowSet.java b/qadevOOo/tests/java/ifc/sdb/_RowSet.java
index d4b9efbf884a..9064a14113ee 100644
--- a/qadevOOo/tests/java/ifc/sdb/_RowSet.java
+++ b/qadevOOo/tests/java/ifc/sdb/_RowSet.java
@@ -50,7 +50,7 @@ import com.sun.star.uno.Type;
*
* Properties are tested in a safe way, this means that old
* properties' values are restored to their previous values
- * after testing. These values are meaningfull for further
+ * after testing. These values are meaningful for further
* testing. <p>
*
* Properties testing is automated by <code>lib.MultiPropertyTest</code>.