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 a5ee73e1d2 Fix spelling (#339)
a5ee73e1d2 is described below

commit a5ee73e1d227eb3597ddcf4a4ab5cf1ac33a0980
Author: John Bampton <[email protected]>
AuthorDate: Sat Mar 29 09:47:35 2025 +1000

    Fix spelling (#339)
    
    * Fix spelling
    
    * Update ignored words list
    
    * Update math.xsl
    
    ---------
    
    Co-authored-by: Matthias Seidel <[email protected]>
---
 .github/linters/codespell.txt                      | 25 ----------------------
 main/chart2/source/inc/DiagramHelper.hxx           |  2 +-
 main/filter/source/xslt/common/math.xsl            |  4 ++--
 .../src/main/java/ifc/sheet/_XSheetOperation.java  |  2 +-
 main/svtools/source/control/filectrl2.cxx          |  2 +-
 main/vcl/source/gdi/pdfwriter_impl.hxx             |  2 +-
 main/xmloff/source/text/txtprmap.cxx               |  2 +-
 7 files changed, 7 insertions(+), 32 deletions(-)

diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index aae48a0b95..cf5665d3f5 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -978,7 +978,6 @@ dereferencable
 deregisteres
 deregistrated
 dergeistered
-dericed
 deriver
 dermine
 dermines
@@ -1344,8 +1343,6 @@ exportin
 expres
 expresion
 expressable
-expresss
-exprted
 exptected
 exract
 exsist
@@ -1546,9 +1543,7 @@ grahic
 gramar
 granchildren
 grap
-grapgics
 graphis
-greate
 grephic
 greysacles
 groupd
@@ -1571,10 +1566,7 @@ hangig
 hanlder
 hanlding
 hanle
-hanling
-happending
 happends
-happnes
 hart
 hashs
 hastable
@@ -3302,9 +3294,6 @@ teminating
 temorary
 tempdate
 templat
-templateas
-tempoaray
-tempopary
 temporaere
 temporalily
 temporarely
@@ -3320,10 +3309,8 @@ tese
 tesed
 tesselate
 tesselation
-testsed
 tetry
 tetss
-tetxture
 texline
 textin
 tey
@@ -3345,7 +3332,6 @@ thets
 theyre
 thi
 thid
-thimngs
 thinn
 thise
 thown
@@ -3362,12 +3348,9 @@ throught
 throwed
 throwgh
 ths
-thsose
 thst
 thw
-tiemout
 tighly
-timmestamp
 timout
 timstamp
 titel
@@ -3427,8 +3410,6 @@ tyoe
 typcially
 typographc
 ubiquituously
-udpate
-udpates
 ue
 ues
 uesd
@@ -3440,10 +3421,7 @@ ummark
 unambigous
 unambigously
 unaquired
-uncahnged
 unce
-uncessary
-unchenged
 uncomplete
 unconditionaly
 unconvertable
@@ -3512,11 +3490,9 @@ usig
 usign
 usigned
 usnig
-uspported
 usuable
 usuall
 ususal
-vaalues
 vai
 vaid
 vailable
@@ -3529,7 +3505,6 @@ valus
 valuse
 vanishs
 variabel
-variabes
 variabl
 variablen
 varian
diff --git a/main/chart2/source/inc/DiagramHelper.hxx 
b/main/chart2/source/inc/DiagramHelper.hxx
index e95fe8ef78..9f9acfd673 100644
--- a/main/chart2/source/inc/DiagramHelper.hxx
+++ b/main/chart2/source/inc/DiagramHelper.hxx
@@ -70,7 +70,7 @@ public:
 
         @return
             A pair containing a template with the correct properties set as
-            first entry and the service name of the templateas second entry.  
If
+            first entry and the service name of the templates second entry.  If
             no template was found both elements are empty.
      */
     static tTemplateWithServiceName
diff --git a/main/filter/source/xslt/common/math.xsl 
b/main/filter/source/xslt/common/math.xsl
index 5ea625607c..d87feaf3c5 100644
--- a/main/filter/source/xslt/common/math.xsl
+++ b/main/filter/source/xslt/common/math.xsl
@@ -211,7 +211,7 @@ Public Functions
         </xsl:variable>
         <xsl:choose>
             <xsl:when test="$abs-x  &gt;  1">
-                <xsl:message>acos error : abs(<xsl:value-of select="$x"/>) 
greate then 1 !</xsl:message>
+                <xsl:message>acos error : abs(<xsl:value-of select="$x"/>) 
greater than 1 !</xsl:message>
             </xsl:when>
             <xsl:otherwise>
                 <xsl:call-template name="atan2">
@@ -236,7 +236,7 @@ Public Functions
         </xsl:variable>
         <xsl:choose>
             <xsl:when test="$abs-x  &gt;  1">
-                <xsl:message>asin error : abs(<xsl:value-of select="$x"/>) 
greate then 1 !</xsl:message>
+                <xsl:message>asin error : abs(<xsl:value-of select="$x"/>) 
greater than 1 !</xsl:message>
             </xsl:when>
             <xsl:otherwise>
                 <xsl:call-template name="atan2">
diff --git 
a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/_XSheetOperation.java 
b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/_XSheetOperation.java
index c9d5f20bdc..11ca5f477b 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/_XSheetOperation.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/_XSheetOperation.java
@@ -75,7 +75,7 @@ public class _XSheetOperation extends MultiMethodTest {
 
     /**
     * Test calls the method and checks returned value. <p>
-    * Has <b> OK </b> status if returned value is equal or greate than zero
+    * Has <b> OK </b> status if returned value is equal or greater than zero
     * and no exceptions were thrown. <p>
     */
     public void _computeFunction() {
diff --git a/main/svtools/source/control/filectrl2.cxx 
b/main/svtools/source/control/filectrl2.cxx
index 89482f3a88..ddf66a29be 100644
--- a/main/svtools/source/control/filectrl2.cxx
+++ b/main/svtools/source/control/filectrl2.cxx
@@ -24,7 +24,7 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_svtools.hxx"
 
-// this file contains code from filectrl.cxx which needs to be compiled with 
enabled exception hanling
+// this file contains code from filectrl.cxx which needs to be compiled with 
enabled exception handling
 #include <svtools/filectrl.hxx>
 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
 #include <com/sun/star/ui/dialogs/XFilePicker.hpp>
diff --git a/main/vcl/source/gdi/pdfwriter_impl.hxx 
b/main/vcl/source/gdi/pdfwriter_impl.hxx
index c7f80d8da8..a1a149088c 100644
--- a/main/vcl/source/gdi/pdfwriter_impl.hxx
+++ b/main/vcl/source/gdi/pdfwriter_impl.hxx
@@ -993,7 +993,7 @@ i12626
     void beginCompression();
     void endCompression();
     void beginRedirect( SvStream* pStream, const Rectangle& );
-    // returns an empty rect if no redirection is happending
+    // returns an empty rect if no redirection is happening
     Rectangle getRedirectTargetRect() const;
     SvStream* endRedirect();
 
diff --git a/main/xmloff/source/text/txtprmap.cxx 
b/main/xmloff/source/text/txtprmap.cxx
index 87f29afac5..192a55a2d3 100644
--- a/main/xmloff/source/text/txtprmap.cxx
+++ b/main/xmloff/source/text/txtprmap.cxx
@@ -708,7 +708,7 @@ XMLPropertyMapEntry aXMLFramePropMap[] =
        // RES_KEEP
        // not required
        // RES_URL
-       // not required (exprted as draw:a element)
+       // not required (exported as draw:a element)
        // RES_EDIT_IN_READONLY
        MG_ED( "EditInReadonly",                STYLE,  EDITABLE,               
                        XML_TYPE_BOOL, 0 ),
        // RES_LAYOUT_SPLIT

Reply via email to