diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-02-09 10:45:13 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-02-09 16:20:09 +0000 |
commit | 81cb993127d0e399b1c9888fe4f4655b831593d9 (patch) | |
tree | 9b705d165a2734ddd5bae2bb95ebe0742e3dd0fe /qadevOOo/runner | |
parent | 3a70ae03fee12e6b8ed87afba1095bc78f9a9812 (diff) |
Fix of a few typos
Change-Id: Ib2a311f0341d165a8f9d3f7a11ec36378fd69519
Reviewed-on: https://gerrit.libreoffice.org/14373
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r-- | qadevOOo/runner/base/java_complex.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/base/java_complex.java b/qadevOOo/runner/base/java_complex.java index b5cafa1041ab..f1f669825474 100644 --- a/qadevOOo/runner/base/java_complex.java +++ b/qadevOOo/runner/base/java_complex.java @@ -68,7 +68,7 @@ public class java_complex implements TestBase // the concept of the TimeOut depends on runner logs. If the runner log, // for example to start a test method, the timeout was reset. This is not // while the test itself log something like "open document...". -// An property of complex test could be that it have only one test method +// A property of complex test could be that it has only one test method // which works for several minutes. In this case the TimeOut get not trigger // and the office was killed. // In complex tests just use "ThreadTimeOut" as timeout. |