diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-13 00:20:20 +0100 |
---|---|---|
committer | Mark Page <aptitude@btconnect.com> | 2017-11-13 08:43:17 +0100 |
commit | d71bcc4dc5025ea24944454908098269cfd095a3 (patch) | |
tree | 4e0e21223c2b7fc157b840d2c717eb1dd1ba7942 /qadevOOo | |
parent | 930efab3be7dd818918b7116119bb049acdcda76 (diff) |
Fix typos
Change-Id: Ia544298334364ece3b3963a4adc00c5e01189b91
Reviewed-on: https://gerrit.libreoffice.org/44654
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mark Page <aptitude@btconnect.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/helper/ProcessHandler.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/table/_TableColumn.java | 2 | ||||
-rw-r--r-- | qadevOOo/tests/java/ifc/util/_PathSettings.java | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java index 7098db7d2590..f44b266e6dee 100644 --- a/qadevOOo/runner/helper/ProcessHandler.java +++ b/qadevOOo/runner/helper/ProcessHandler.java @@ -152,7 +152,7 @@ public class ProcessHandler * <code>isTimedOut()</code> if it has been terminated. * * timeOut > 0 - * Waits specified time in miliSeconds for + * Waits specified time in milliSeconds for * process to exit and return its status. * * timeOut = 0 diff --git a/qadevOOo/tests/java/ifc/table/_TableColumn.java b/qadevOOo/tests/java/ifc/table/_TableColumn.java index db95e7fea419..b94a29017a22 100644 --- a/qadevOOo/tests/java/ifc/table/_TableColumn.java +++ b/qadevOOo/tests/java/ifc/table/_TableColumn.java @@ -44,7 +44,7 @@ public class _TableColumn extends MultiPropertyTest { try { XInterface tObject = tEnv.getTestObject(); XCellRange aRange = UnoRuntime.queryInterface(XCellRange.class, tObject); - aRange.getCellByPosition(0,0).setFormula("Thats a pretty long text"); + aRange.getCellByPosition(0,0).setFormula("That's a pretty long text"); Object width_before = oObj.getPropertyValue("Width"); log.println("Before setting to optimal width: "+width_before); oObj.setPropertyValue("OptimalWidth", Boolean.TRUE); diff --git a/qadevOOo/tests/java/ifc/util/_PathSettings.java b/qadevOOo/tests/java/ifc/util/_PathSettings.java index 75bbedd5ceb0..7d6e42f7f991 100644 --- a/qadevOOo/tests/java/ifc/util/_PathSettings.java +++ b/qadevOOo/tests/java/ifc/util/_PathSettings.java @@ -59,7 +59,7 @@ public class _PathSettings extends MultiPropertyTest { /** * This path list could be empty after SO installation. * And the URL is validated to match the pattern 'file:///*' - * thats why the custom changing of this property required. + * that's why the custom changing of this property required. */ public void _UIConfig() { testProperty("UIConfig", new PropertyTester() { |