diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-09 12:44:22 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:31:58 +0200 |
commit | 2ada2b33757518891e002cd9372c6aa0c85b0a3f (patch) | |
tree | 5a30d3e74a0ab663a3438520e99da90dd18b26b9 /qadevOOo | |
parent | c8e94ffb8cc8bedf7a572ca12931caa999733799 (diff) |
typo: dependend -> dependent
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/helper/OfficeProvider.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/util/utils.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/helper/OfficeProvider.java b/qadevOOo/runner/helper/OfficeProvider.java index c0e573d8c212..0ae6cb6dcef5 100644 --- a/qadevOOo/runner/helper/OfficeProvider.java +++ b/qadevOOo/runner/helper/OfficeProvider.java @@ -645,7 +645,7 @@ public class OfficeProvider implements AppProvider /** * converts directory without 'file:///' prefix. - * and System dependend file separator + * and System dependent file separator * @param dir * @return */ diff --git a/qadevOOo/runner/util/utils.java b/qadevOOo/runner/util/utils.java index 46a359d03012..580a20f243b7 100644 --- a/qadevOOo/runner/util/utils.java +++ b/qadevOOo/runner/util/utils.java @@ -402,7 +402,7 @@ public class utils { /** * Gets StarOffice temp directory without 'file:///' prefix. - * and System dependend file separator + * and System dependent file separator */ public static String getOfficeTempDirSys(XMultiServiceFactory msf) { |