summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/ProcessHandler.java
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /qadevOOo/runner/helper/ProcessHandler.java
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (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/ProcessHandler.java')
-rw-r--r--qadevOOo/runner/helper/ProcessHandler.java6
1 files changed, 3 insertions, 3 deletions
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.