diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-04-15 04:00:20 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-15 10:13:34 +0200 |
commit | 9f5a275a42659339ee41c4e0a4d860f2886470e4 (patch) | |
tree | bdcc6903db1d6f37d4b91e80aa87d1d4874a5c2d /qadevOOo | |
parent | 04edc5c796c1b96e5228d0c1fcf73bcf52465b66 (diff) |
Fix typos
Change-Id: I0238202c0dc0380b0e33a9c4567a9513c0afbe91
Reviewed-on: https://gerrit.libreoffice.org/36556
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/frame/_XModuleManager.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java index c43de57f05b9..2c6d414a7fd6 100644 --- a/qadevOOo/tests/java/ifc/frame/_XModuleManager.java +++ b/qadevOOo/tests/java/ifc/frame/_XModuleManager.java @@ -39,13 +39,13 @@ import com.sun.star.frame.UnknownModuleException; * <ul> * <li> <code>'XModuleManager.XFrame'</code> (of type <code>PropertyValue[]</code>): * PropertyValue[n].Value : a XFrame -* PropertyValue[n].Name : the expected return value of <code>idendify()</code></li> +* PropertyValue[n].Name : the expected return value of <code>identify()</code></li> * <li> <code>'XModuleManager.XController'</code> (of type <code>PropertyValue[]</code>): * PropertyValue[n].Value : a XController -* PropertyValue[n].Name : the expected return value of <code>idendify()</code></li> +* PropertyValue[n].Name : the expected return value of <code>identify()</code></li> * <li> <code>'XModuleManager.XModel'</code> (of type <code>PropertyValue[]</code>): * PropertyValue[n].Value : a XFrame -* PropertyValue[n].Name : the expected return value of <code>idendify()</code></li> +* PropertyValue[n].Name : the expected return value of <code>identify()</code></li> * </ul> <p> * Test is <b> NOT </b> multithread compliant. <p> * @see com.sun.star.frame.XModuleManager |