summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/helper
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper')
-rw-r--r--qadevOOo/runner/helper/OfficeWatcher.java2
-rw-r--r--qadevOOo/runner/helper/ProcessHandler.java6
2 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/helper/OfficeWatcher.java b/qadevOOo/runner/helper/OfficeWatcher.java
index 50765a867ab0..924a9e4af6d3 100644
--- a/qadevOOo/runner/helper/OfficeWatcher.java
+++ b/qadevOOo/runner/helper/OfficeWatcher.java
@@ -79,7 +79,7 @@ public class OfficeWatcher extends Thread implements share.Watcher {
" seconds, it probably hangs and is killed NOW.");
ph.kill();
} else {
- dbg("reaeched timeout but ProcessHandler is NULL");
+ dbg("reached timeout but ProcessHandler is NULL");
}
util.utils.pause(timeOut == 0 ? 30000 : timeOut);
dbg("finished");
diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java
index 607c1f21a2c2..60b31b09b34e 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -28,7 +28,7 @@ import lib.TestParameters;
import util.PropertyName;
import util.utils;
-/**
+/*
* Class collect information from input stream in
* background (separate thread) and outputs it to
* some log stream. I helps to avoid buffer overflow
@@ -36,7 +36,7 @@ import util.utils;
* in case when handling stdout from external
* <code>Process</code>)
*
- * This class is currently used by ProcesHandler
+ * This class is currently used by ProcessHandler
* internally only.
*/
class Pump extends Thread
@@ -161,7 +161,7 @@ public class ProcessHandler
* @param envVars The specified environment variables are
* set for the new process.
* If log stream is null, logging is printed to stdout.
- * @param timeOut When started sychronisly, the maximum time the
+ * @param timeOut When started synchronously, the maximum time the
* process will live. When the process being destroyed
* a log will be written out. It can be asked on
* <code>isTimedOut()</code> if it has been terminated.