diff options
Diffstat (limited to 'qadevOOo/runner/convwatch/MSOfficePrint.java')
-rw-r--r-- | qadevOOo/runner/convwatch/MSOfficePrint.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/convwatch/MSOfficePrint.java b/qadevOOo/runner/convwatch/MSOfficePrint.java index aa796fcf2d59..be907be3c589 100644 --- a/qadevOOo/runner/convwatch/MSOfficePrint.java +++ b/qadevOOo/runner/convwatch/MSOfficePrint.java @@ -395,7 +395,7 @@ public class MSOfficePrint File aPerlScript = new File(userdir + fs + _sScriptName); if (FileHelper.isDebugEnabled()) { - GlobalLogWriter.get().println("Search for local existance of " + aPerlScript.getAbsolutePath()); + GlobalLogWriter.get().println("Search for local existence of " + aPerlScript.getAbsolutePath()); } if (aPerlScript.exists()) |