summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XModuleManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
index dcca39d7162c..d870589c3c56 100644
--- a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
+++ b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java
@@ -52,7 +52,7 @@ import com.sun.star.frame.UnknownModuleException;
*/
public class _XModuleManager extends MultiMethodTest {
/** Test calls the method. <p>
- * The onject relations <CODE>XModuleManager.XFrame</CODE>,
+ * The object relations <CODE>XModuleManager.XFrame</CODE>,
* <CODE>XModuleManager.XController</CODE> and <CODE>XModuleManager.XModel</CODE>
* are sequences of <CODE>PropertyValue</CODE>. The value of a PropertyValue
* contains a <CODE>XFrame</CODE>, <CODE>XController</CODE> or a
@@ -69,7 +69,7 @@ public class _XModuleManager extends MultiMethodTest {
* previously obtained object relation 'Frame'.
* The following method tests are to be completed successfully before:
* <ul>
- * <li> <code> attachFrame() </code> : attachs frame obtained object
+ * <li> <code> attachFrame() </code> : attaches frame obtained object
* relation 'Frame' </li>
* </ul>
*/