summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/ProcessHandler.java
diff options
context:
space:
mode:
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 13ea5ca30cde..b4949edb12d0 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -97,7 +97,7 @@ class Pump extends Thread
}
catch (java.io.IOException e)
{
- log.println(pref + "Exception occured: " + e);
+ log.println(pref + "Exception occurred: " + e);
}
}
@@ -793,7 +793,7 @@ public class ProcessHandler
*
* The method can also be called before the command
* starts its execution. Then the text is buffered
- * and transfered to command when it will be started.
+ * and transferred to command when it will be started.
* @param str
*/
public void printInputText(String str)