summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/LoggingThread.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/LoggingThread.java')
-rw-r--r--qadevOOo/runner/helper/LoggingThread.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/helper/LoggingThread.java b/qadevOOo/runner/helper/LoggingThread.java
index 8ee2233d4274..7c9b74adffdd 100644
--- a/qadevOOo/runner/helper/LoggingThread.java
+++ b/qadevOOo/runner/helper/LoggingThread.java
@@ -25,7 +25,7 @@ import util.utils;
/**
* This class is printing to a <CODE>LogWriter</CODE>. This could be usefull if a UNO-API
- * function runns longer the the time out. To avoid the assumption of death applikation
+ * function runns longer the time out. To avoid the assumption of death applikation
* a simple string is logged for 100 times of time out.</br>
* Example:</br>
* logger = new LoggingThread((LogWriter)log, tParam);