summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/org/openoffice/Runner.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/org/openoffice/Runner.java')
-rw-r--r--qadevOOo/runner/org/openoffice/Runner.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/org/openoffice/Runner.java b/qadevOOo/runner/org/openoffice/Runner.java
index 05fdb6b2c2e4..7f839beadd01 100644
--- a/qadevOOo/runner/org/openoffice/Runner.java
+++ b/qadevOOo/runner/org/openoffice/Runner.java
@@ -108,7 +108,7 @@ public class Runner
}
}
- // ----- check path variables separatly -----
+ // ----- check path variables separately -----
String sDelim = System.getProperty("path.separator");
bEmergencyStop |= checkPathVariable("java.library.path", sDelim);
bEmergencyStop |= checkPathVariable("java.class.path", sDelim);