This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 5a7c78d2a0 Fix spelling (#297)
5a7c78d2a0 is described below
commit 5a7c78d2a00e7fa8d65b009fd684b96233421ce9
Author: John Bampton <[email protected]>
AuthorDate: Fri Feb 28 01:10:01 2025 +1000
Fix spelling (#297)
* Fix spelling
* Update ignored words list
(cherry picked from commit 46257bc996c7b8f53b1df155682ac17b9e3c395e)
---
main/l10ntools/source/filter/utils/FileHelper.java | 6 +++---
main/qadevOOo/runner/helper/URLHelper.java | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/main/l10ntools/source/filter/utils/FileHelper.java
b/main/l10ntools/source/filter/utils/FileHelper.java
index 96304eb26f..840cf9e5e6 100644
--- a/main/l10ntools/source/filter/utils/FileHelper.java
+++ b/main/l10ntools/source/filter/utils/FileHelper.java
@@ -33,11 +33,11 @@ import java.util.*;
// __________ Implementation __________
/**
- * It collects some static helper functons to handle file system specific
problems.
+ * It collects some static helper functions to handle file system specific
problems.
* Sometimes it's necessary to convert URL from/to system paths;
* or from string notation to structural versions (e.g. com.sun.star.util.URL).
* And sometimes java had another notation then the office it has.
- * Further it provides functionality to work easiear with the java.io.File
class of java.
+ * Further it provides functionality to work easier with the java.io.File
class of java.
*
*
*/
@@ -342,7 +342,7 @@ public class FileHelper
* e.g.: "myfile_"
*
* @param sExtension
- * the whished extension.
+ * the wished extension.
* e.g.: "dat"
*
* @return A valid file object, if an unique file could be created -
diff --git a/main/qadevOOo/runner/helper/URLHelper.java
b/main/qadevOOo/runner/helper/URLHelper.java
index e3bfb84d1d..e9e4d170c5 100644
--- a/main/qadevOOo/runner/helper/URLHelper.java
+++ b/main/qadevOOo/runner/helper/URLHelper.java
@@ -38,9 +38,9 @@ import java.util.Enumeration;
/**
- * 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).
+ * Or from string to structural notations (e.g. com.sun.star.util.URL).
* And sometimes java had another notation then the office it has.
*
*/