From 7be0cc289d9745e0842c4fa6c0a6ac3450f3801b Mon Sep 17 00:00:00 2001 From: Jesús Corrius Date: Wed, 1 Feb 2012 14:42:58 +0100 Subject: A few safe replacements of pathes->paths --- qadevOOo/runner/helper/URLHelper.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qadevOOo/runner/helper/URLHelper.java') diff --git a/qadevOOo/runner/helper/URLHelper.java b/qadevOOo/runner/helper/URLHelper.java index d003ab6ef752..e84050d19a8f 100644 --- a/qadevOOo/runner/helper/URLHelper.java +++ b/qadevOOo/runner/helper/URLHelper.java @@ -43,7 +43,7 @@ import java.util.Enumeration; /** * It collects some static helper functons to handle URLs. - * 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 to strutural notations (e.g. com.sun.star.util.URL). * And sometimes java had another notation then the office it has. * @@ -54,7 +54,7 @@ public class URLHelper /** * 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 -- cgit