qadevOOo/runner/helper/URLHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ec6bc744020f22bea1a7db165b39287725db7637 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Aug 29 21:23:06 2023 +0200 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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. * */
