This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 46257bc996 Fix spelling (#297)
46257bc996 is described below

commit 46257bc996c7b8f53b1df155682ac17b9e3c395e
Author: John Bampton <[email protected]>
AuthorDate: Fri Feb 28 01:10:01 2025 +1000

    Fix spelling (#297)
    
    * Fix spelling
    
    * Update ignored words list
---
 .github/linters/codespell.txt                                    | 6 ------
 main/l10ntools/source/filter/utils/FileHelper.java               | 6 +++---
 main/qadevOOo/java/OOoRunner/src/main/java/helper/URLHelper.java | 4 ++--
 3 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index f4ab0e106b..7c0ecfd7c7 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -881,7 +881,6 @@ criticall
 crossin
 crossreference
 crossreferences
-crrespond
 crypted
 ctificates
 culmulative
@@ -1145,7 +1144,6 @@ disabed
 disambigouate
 disambiguaiton
 disbale
-disbaled
 disbales
 disconnet
 discreet
@@ -1598,7 +1596,6 @@ funczion
 funktion
 funktions
 funtions
-furher
 furhtermore
 furter
 fwe
@@ -1626,7 +1623,6 @@ getfastproperyvalue
 geting
 getlael
 get's
-gioen
 givem
 givin
 gloablly
@@ -3400,7 +3396,6 @@ structue
 structur
 strucure
 strucutre
-strutural
 struture
 stting
 styhe
@@ -3750,7 +3745,6 @@ vailid
 vakue
 valide
 valie
-valif
 valkues
 valu
 valudes
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/java/OOoRunner/src/main/java/helper/URLHelper.java 
b/main/qadevOOo/java/OOoRunner/src/main/java/helper/URLHelper.java
index e3bfb84d1d..e9e4d170c5 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/helper/URLHelper.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/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.
  *
  */

Reply via email to