diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-09 22:55:28 +0100 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2016-01-10 14:17:20 +0000 |
commit | 64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch) | |
tree | 772fc0f308549b9416fbcb06bce2bf0e0f5809cc /qadevOOo/runner/helper | |
parent | d61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff) |
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
Reviewed-on: https://gerrit.libreoffice.org/21209
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'qadevOOo/runner/helper')
-rw-r--r-- | qadevOOo/runner/helper/OfficeWatcher.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/helper/ProcessHandler.java | 6 |
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. |