diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:23:45 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-03 08:19:04 +0000 |
commit | 7f73bb5b44202431f4d07b283e47b1bc0a1a651e (patch) | |
tree | 26067609d994c0e288134f8563243416c332f94e /qadevOOo/runner | |
parent | e9e61a4a7850ec7f2e0cf238c58794b021da5235 (diff) |
Fix typos
Change-Id: I8e429d1f03aac7c7cdb7ff4b43b3f46d40292510
Reviewed-on: https://gerrit.libreoffice.org/16709
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r-- | qadevOOo/runner/base/java_complex.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/complexlib/ComplexTestCase.java | 6 | ||||
-rw-r--r-- | qadevOOo/runner/helper/LoggingThread.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/lib/SimpleStatus.java | 4 | ||||
-rw-r--r-- | qadevOOo/runner/lib/TestResult.java | 4 | ||||
-rw-r--r-- | qadevOOo/runner/stats/Summarizer.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/util/UITools.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/util/XMLTools.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/util/utils.java | 2 |
9 files changed, 13 insertions, 13 deletions
diff --git a/qadevOOo/runner/base/java_complex.java b/qadevOOo/runner/base/java_complex.java index f1f669825474..7e639021f52d 100644 --- a/qadevOOo/runner/base/java_complex.java +++ b/qadevOOo/runner/base/java_complex.java @@ -38,7 +38,7 @@ public class java_complex implements TestBase { /** - * This function executes the complex tests given as parameter "-o" or "TestJob". It querys for the correspond class + * This function executes the complex tests given as parameter "-o" or "TestJob". It queries for the correspond class * and crates the JobDescription. * @return true of all tests run successfully, else false */ diff --git a/qadevOOo/runner/complexlib/ComplexTestCase.java b/qadevOOo/runner/complexlib/ComplexTestCase.java index 855669d104df..124107a4807c 100644 --- a/qadevOOo/runner/complexlib/ComplexTestCase.java +++ b/qadevOOo/runner/complexlib/ComplexTestCase.java @@ -137,13 +137,13 @@ public abstract class ComplexTestCase extends Assurance implements ComplexTest try { - // some tests are very dynamic in its exceution time so that - // a threadTimeOut fails. In this cases the logging mechanisim + // some tests are very dynamic in their execution time so that + // a threadTimeOut fails. In this cases the logging mechanism // is a useful way to detect that a office respective a test // is running and not death. // But way ThreadTimeOut? // There exists a complex test which uses no office. Therefore - // a logging mechanisim to detect a stalled test. + // a logging mechanism to detect a stalled test. int lastPing = -1; int newPing = 0; diff --git a/qadevOOo/runner/helper/LoggingThread.java b/qadevOOo/runner/helper/LoggingThread.java index 6878fbc8c708..1bbfaea8c5ae 100644 --- a/qadevOOo/runner/helper/LoggingThread.java +++ b/qadevOOo/runner/helper/LoggingThread.java @@ -25,7 +25,7 @@ import util.utils; /** * This class is printing to a <CODE>LogWriter</CODE>. This could be useful if a UNO-API - * function runns longer the time out. To avoid the assumption of death applikation + * function runs longer than time out. To avoid the assumption of death application * a simple string is logged for 100 times of time out.</br> * Example:</br> * logger = new LoggingThread((LogWriter)log, tParam); diff --git a/qadevOOo/runner/lib/SimpleStatus.java b/qadevOOo/runner/lib/SimpleStatus.java index 9526646c7de7..80afb01cf5c2 100644 --- a/qadevOOo/runner/lib/SimpleStatus.java +++ b/qadevOOo/runner/lib/SimpleStatus.java @@ -89,7 +89,7 @@ class SimpleStatus { } /** - * The constructor initialize state and reson field. + * The constructor initialize state and reason field. */ protected SimpleStatus(String runStateString, boolean state) { this.state = state; @@ -127,4 +127,4 @@ class SimpleStatus { return "FAILED"; } -}
\ No newline at end of file +} diff --git a/qadevOOo/runner/lib/TestResult.java b/qadevOOo/runner/lib/TestResult.java index 347455da524e..4b259777446f 100644 --- a/qadevOOo/runner/lib/TestResult.java +++ b/qadevOOo/runner/lib/TestResult.java @@ -35,7 +35,7 @@ public class TestResult { * and makes the state of the method completed. It's equal to * tested(method, Status(result)) call. * - * @param method reffers to the method whoch was tested + * @param method reffers to the method which was tested * @param result the result of testing the method * * @return the result value @@ -85,4 +85,4 @@ public class TestResult { return testedMethods.get( method ); } -}
\ No newline at end of file +} diff --git a/qadevOOo/runner/stats/Summarizer.java b/qadevOOo/runner/stats/Summarizer.java index dfd9a4f0b2ac..48478df9f618 100644 --- a/qadevOOo/runner/stats/Summarizer.java +++ b/qadevOOo/runner/stats/Summarizer.java @@ -23,7 +23,7 @@ import share.DescEntry; /** * - * this class summs up the results of the subentries of a given DescEntry<br> + * this class adds up the results of the subentries of a given DescEntry * and fills the subentries in cases of SKIPPED states */ public class Summarizer diff --git a/qadevOOo/runner/util/UITools.java b/qadevOOo/runner/util/UITools.java index 73603622063c..f72868e9bab1 100644 --- a/qadevOOo/runner/util/UITools.java +++ b/qadevOOo/runner/util/UITools.java @@ -72,7 +72,7 @@ public class UITools { } /** - * Helper mathod: set a text into AccessibleEdit field + * Helper method: set a text into AccessibleEdit field * @param textfiledName is the name of the text field * @param stringToSet is the string to set * @throws java.lang.Exception if something fail diff --git a/qadevOOo/runner/util/XMLTools.java b/qadevOOo/runner/util/XMLTools.java index 24438008b8a1..ea4a4fcd6ce6 100644 --- a/qadevOOo/runner/util/XMLTools.java +++ b/qadevOOo/runner/util/XMLTools.java @@ -508,7 +508,7 @@ public class XMLTools { /** * Checks if this tag matches tag passed in parameters. - * I.e. if tag specifies only its name it mathes if names + * I.e. if tag specifies only its name it matches if names * are equal (attributes don't make sense). If there are * some attributes names specified in this tag method checks * if all names present in attribute list <code>list</code> diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java index a584b70d1d2c..9f15fa041dc7 100644 --- a/qadevOOo/runner/util/utils.java +++ b/qadevOOo/runner/util/utils.java @@ -250,7 +250,7 @@ public class utils { settingPath = (String) pthSettings.getPropertyValue(setting); } catch (Exception e) { - System.out.println("Couldn't get stting value for " + setting); + System.out.println("Couldn't get string value for " + setting); e.printStackTrace(); } return settingPath; |