diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 19:38:01 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 16:24:27 +0200 |
commit | 52f0f0a495105ace4819dd86796786795933a1c3 (patch) | |
tree | 4f5545f4bf46031f0df177eae22d7a5a173231a5 /qadevOOo | |
parent | 9bf27c757f92777585300bf6a145717c2cc0b74f (diff) |
Fix typos
Change-Id: Ibd0e9ca0dbef5cf998d9d73cbd8a59708175e252
Reviewed-on: https://gerrit.libreoffice.org/77306
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/complexlib/ComplexTestCase.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/helper/ContextMenuInterceptor.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/complexlib/ComplexTestCase.java b/qadevOOo/runner/complexlib/ComplexTestCase.java index 4ece6ae2b610..ab95d1eed03f 100644 --- a/qadevOOo/runner/complexlib/ComplexTestCase.java +++ b/qadevOOo/runner/complexlib/ComplexTestCase.java @@ -139,7 +139,7 @@ public abstract class ComplexTestCase extends Assurance implements ComplexTest { // 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 a useful way to detect that an office respective a test // is running and not death. // But way ThreadTimeOut? // There exists a complex test which uses no office. Therefore diff --git a/qadevOOo/runner/helper/ContextMenuInterceptor.java b/qadevOOo/runner/helper/ContextMenuInterceptor.java index e04628682774..c0961e66c41a 100644 --- a/qadevOOo/runner/helper/ContextMenuInterceptor.java +++ b/qadevOOo/runner/helper/ContextMenuInterceptor.java @@ -116,7 +116,7 @@ public class ContextMenuInterceptor implements XContextMenuInterceptor { } } catch ( UnknownPropertyException ex ) { // do something useful - // we used a unknown property + // we used an unknown property } catch ( IndexOutOfBoundsException ex ) { // do something useful // we used an invalid index for accessing a container |