diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-04 20:22:29 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-05 10:22:19 +0100 |
commit | d9ab0070cf4a6cd1761256665868a08026902a93 (patch) | |
tree | 72172f098d4d6781c8f6de2efa501d82eb02270f /qadevOOo | |
parent | c7d4de8e0273685d56e857885695f539ca8ac762 (diff) |
Fix typo
Change-Id: Ibd0595eafc364b6e7ebc9a90e7c4a79d8a15d9d8
Reviewed-on: https://gerrit.libreoffice.org/84487
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/frame/_XModuleManager.java | 4 |
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> */ |