qadevOOo/runner/helper/URLHelper.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ec6bc744020f22bea1a7db165b39287725db7637
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Aug 29 21:23:06 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Aug 30 07:11:58 2023 +0200

    Fix typo
    
    Change-Id: I33bf9779387529da4340af340744386f89320000
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156264
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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.
  *
  */

Reply via email to