summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/ProcessHandler.java
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:36:48 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:49:02 +0200
commitb03ce74f899bcc2094d50c174a5b94b123cfbf25 (patch)
tree74bb25a4a0901f197ed7ee1e32f186d7ada22784 /qadevOOo/runner/helper/ProcessHandler.java
parent07002fba499d855a525d6c53612ef6ec0614c465 (diff)
Fix typos
Change-Id: I096dd79f82ab7bef91dbfb0d64649c05521934e7 Reviewed-on: https://gerrit.libreoffice.org/77305 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo/runner/helper/ProcessHandler.java')
-rw-r--r--qadevOOo/runner/helper/ProcessHandler.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java
index cb61de76ee2b..49aba431a50e 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -156,7 +156,7 @@ public class ProcessHandler
* process to exit and return its status.
*
* timeOut = 0
- * Waits for the process to end regulary
+ * Waits for the process to end regularly
*
*/
private ProcessHandler(String cmdLine, PrintWriter log, File workDir, String[] envVars) throws UnsupportedEncodingException
@@ -383,7 +383,7 @@ public class ProcessHandler
/**
* If the timeout only given by setProcessTimeout(int seconds) function is != 0,
- * a extra thread is created and after time has run out, the ProcessKiller string
+ * an extra thread is created and after time has run out, the ProcessKiller string
* given by function setProcessKiller(string) will execute.
* So it is possible to kill a running office after a given time of seconds.
*/