diff options
author | Otto Kekäläinen <otto@seravo.fi> | 2016-07-03 20:24:00 +0300 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-07-04 06:11:36 +0000 |
commit | 428e23f4f7025506e767d895e9b46492a8432aed (patch) | |
tree | ec767267ad2afc8ec3bf486da7cb9da2c567922d /qadevOOo | |
parent | 61d95c70c0d4404a24064a58f3ccc3adf0b5e7e2 (diff) |
Fix some spelling errors in comments and strings
Change-Id: Iecd6b5e13d6be14651f77d8e37f01117ba15a11e
Reviewed-on: https://gerrit.libreoffice.org/26883
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/org/openoffice/Runner.java | 2 |
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); |