summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-08-29 21:23:06 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-08-30 07:11:58 +0200
commitec6bc744020f22bea1a7db165b39287725db7637 (patch)
tree8ac55b1afe474ff73826b9088e56b5677ac11b9b /qadevOOo/runner/helper
parentabbdb9cf2a40132f67cd6e0f2e9ad686ff36798b (diff)
Fix typo
Change-Id: I33bf9779387529da4340af340744386f89320000 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156264 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo/runner/helper')
-rw-r--r--qadevOOo/runner/helper/URLHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/helper/URLHelper.java b/qadevOOo/runner/helper/URLHelper.java
index 395be4cd08ba..6a46c3acdd6b 100644
--- a/qadevOOo/runner/helper/URLHelper.java
+++ b/qadevOOo/runner/helper/URLHelper.java
@@ -30,7 +30,7 @@ import java.util.Iterator;
/**
* 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).
+ * Or from string to structural notations (e.g. com.sun.star.util.URL).
* And sometimes java had another notation then the office it has.
*
*/