diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-05 09:17:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-05 10:11:33 +0200 |
commit | 146033f5da8ee588c9a4dda93aba64477e174541 (patch) | |
tree | 99fc84a0f5ee143c5c2da55633dc6d3e39af897c /qadevOOo | |
parent | 17a2c9e8e2361de27013a25e51f3a3ca729f1b31 (diff) |
spelling instanciate -> instantiate
Change-Id: Ic1393da64328c0dc7e2860334b204139bf537d81
Reviewed-on: https://gerrit.libreoffice.org/38401
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/awt/_XTopWindow.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/uno/_XComponentContext.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XTopWindow.java b/qadevOOo/tests/java/ifc/awt/_XTopWindow.java index 15d3a104e33d..91d4d3c36769 100644 --- a/qadevOOo/tests/java/ifc/awt/_XTopWindow.java +++ b/qadevOOo/tests/java/ifc/awt/_XTopWindow.java @@ -172,7 +172,7 @@ public class _XTopWindow extends MultiMethodTest { oObj.setMenuBar(menu) ; } catch (com.sun.star.uno.Exception e) { - log.println("Can't instanciate MenuBar service") ; + log.println("Can't instantiate MenuBar service") ; result = false ; } diff --git a/qadevOOo/tests/java/ifc/uno/_XComponentContext.java b/qadevOOo/tests/java/ifc/uno/_XComponentContext.java index 65363ac1bce8..4de0687156c6 100644 --- a/qadevOOo/tests/java/ifc/uno/_XComponentContext.java +++ b/qadevOOo/tests/java/ifc/uno/_XComponentContext.java @@ -41,7 +41,7 @@ public class _XComponentContext extends MultiMethodTest { try { if (names[i].equals("com.sun.star.i18n.ConversionDictionary_ko")) continue; if (names[i].equals("com.sun.star.i18n.TextConversion_ko")) continue; - log.println("try to instanciate found servicename " + + log.println("try to instantiate found servicename " + names[i]); directly.createInstanceWithContext(names[i], oObj); log.println("worked .... ok"); |