diff options
author | Jesús Corrius <jesus@softcatala.org> | 2012-02-01 14:42:58 +0100 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2012-02-01 14:43:37 +0100 |
commit | 7be0cc289d9745e0842c4fa6c0a6ac3450f3801b (patch) | |
tree | 5b349b17cc872dfb45ef5ec73a6ba2eec27a37ef /l10ntools | |
parent | e8b7f1faaf3b0fd837a236a4a53d0f7392723713 (diff) |
A few safe replacements of pathes->paths
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/filter/utils/FileHelper.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/filter/utils/FileHelper.java b/l10ntools/source/filter/utils/FileHelper.java index e7e5766a866f..7c414eb7bfb4 100644 --- a/l10ntools/source/filter/utils/FileHelper.java +++ b/l10ntools/source/filter/utils/FileHelper.java @@ -38,7 +38,7 @@ import java.util.*; /** * It collects some static helper functons to handle file system specific problems. - * Sometimes it's neccessary to convert URL from/to system pathes; + * Sometimes it's neccessary to convert URL from/to system paths; * or from string notation to structural versions (e.g. com.sun.star.util.URL). * And sometimes java had another notation then the office it has. * Further it provides functionality to work easiear with the java.io.File class of java. @@ -51,7 +51,7 @@ public class FileHelper /** * Because the office need URLs for loading/saving documents - * we must convert used system pathes. + * we must convert used system paths. * And java use another notation for file URLs ... correct it. * * @param aSystemPath |