summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/base
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/base')
-rw-r--r--qadevOOo/runner/base/java_complex.java2
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.