diff options
Diffstat (limited to 'unotest/source')
-rw-r--r-- | unotest/source/java/org/openoffice/test/FileHelper.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/source/java/org/openoffice/test/FileHelper.java b/unotest/source/java/org/openoffice/test/FileHelper.java index 0b5c102ab816..93907ed9225b 100644 --- a/unotest/source/java/org/openoffice/test/FileHelper.java +++ b/unotest/source/java/org/openoffice/test/FileHelper.java @@ -26,7 +26,7 @@ public class FileHelper /* * Concat a _sRelativePathToAdd to a _sPath and append a '/' to the _sPath only if need. * - * @return a right concatened path + * @return a right concatenated path */ public static String appendPath(String _sPath, String _sRelativePathToAdd) { |