summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/helper/OfficeWatcher.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/OfficeWatcher.java')
-rw-r--r--qadevOOo/runner/helper/OfficeWatcher.java2
1 files changed, 1 insertions, 1 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");