diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 17:29:22 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 17:29:22 +0100 |
commit | 94477cb5fb6e982035867b198eee7cfa8622c5e3 (patch) | |
tree | 79993199790f269b260968eb07cb91e3b1291cc9 /qadevOOo/runner/helper | |
parent | 3a014901fdc4134f4fae669b66b154b1137c2352 (diff) |
Fix typo accessable/accessible
Change-Id: I2f6d00a6361243a52a593acaaf2bf624d8a2730e
Diffstat (limited to 'qadevOOo/runner/helper')
-rw-r--r-- | qadevOOo/runner/helper/URLHelper.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/helper/URLHelper.java b/qadevOOo/runner/helper/URLHelper.java index 57b8d639bf5d..39cd8dc48f00 100644 --- a/qadevOOo/runner/helper/URLHelper.java +++ b/qadevOOo/runner/helper/URLHelper.java @@ -238,7 +238,7 @@ public class URLHelper * * @return [Vector] * a filtered list of java File objects of all available files of the start dir - * and all accessable sub directories. + * and all accessible sub directories. */ public static ArrayList<File> getSystemFilesFromDir(String sStartDir) { |