From 3764f7435eb00053e04ea3e8f042fcfc5c7826f2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 30 Sep 2015 12:55:43 +0200 Subject: Fix typos Change-Id: Id27f5a357c1333dec5c24c4f5e0fdaed7a775774 Reviewed-on: https://gerrit.libreoffice.org/18963 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- qadevOOo/runner/helper/URLHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo/runner/helper/URLHelper.java') diff --git a/qadevOOo/runner/helper/URLHelper.java b/qadevOOo/runner/helper/URLHelper.java index 9389e29eca0b..395be4cd08ba 100644 --- a/qadevOOo/runner/helper/URLHelper.java +++ b/qadevOOo/runner/helper/URLHelper.java @@ -28,7 +28,7 @@ import java.util.Iterator; /** - * It collects some static helper functons to handle URLs. + * It collects some static helper functions to handle URLs. * Sometimes it's necessary 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. -- cgit