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/complexlib/ComplexTestCase.java | |
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/complexlib/ComplexTestCase.java')
-rw-r--r-- | qadevOOo/runner/complexlib/ComplexTestCase.java | 6 |
1 files changed, 3 insertions, 3 deletions
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; |