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

commit e3436d4ae0b85884ae4c2c4aacc2424eed2fc63a
Author: John Bampton <[email protected]>
AuthorDate: Tue Sep 9 23:22:07 2025 +1000

    Fix spelling (#424)
    
    * Fix typos
    
    * Recreate the ignored words list codespell.txt
---
 .github/linters/codespell.txt                                 | 10 ----------
 main/basegfx/source/polygon/b2dpolygonclipper.cxx             |  2 +-
 main/framework/qa/complex/path_settings/PathSettingsTest.java |  2 +-
 main/offapi/com/sun/star/chart2/XChartType.idl                |  2 +-
 main/pyuno/source/module/pyuno_runtime.cxx                    |  2 +-
 main/sal/inc/rtl/uri.h                                        |  2 +-
 main/sc/source/filter/inc/xllink.hxx                          |  2 +-
 main/store/workben/t_base.cxx                                 |  2 +-
 main/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx       |  2 +-
 main/xmlsecurity/tools/demo/multisigdemo.cxx                  |  4 ++--
 main/xmlsecurity/tools/demo/verifydemo.cxx                    |  2 +-
 11 files changed, 11 insertions(+), 21 deletions(-)

diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index 24de06f7ac..b73059dac5 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -1636,7 +1636,6 @@ keybord
 keyords
 keystokes
 klick
-knowlegde
 knwon
 kocalized
 komma
@@ -2903,7 +2902,6 @@ typographc
 ubiquituously
 ue
 ues
-uesd
 uhandled
 ultimatly
 ummark
@@ -2917,13 +2915,10 @@ unconvertable
 uncorrectly
 uncrypted
 undelying
-undestood
 undet
 undistinghable
 unequality
-unexpcted
 unexpecte
-unfurtunately
 uniformely
 uninstatiated
 uniocde
@@ -2933,9 +2928,7 @@ unitialised
 unitialize
 unitialized
 unitss
-unknonwn
 unkowns
-unlcear
 unles
 unnacquired
 unparseable
@@ -2949,7 +2942,6 @@ unsecure
 unser
 unsued
 unsupport
-unsused
 unter
 untypically
 unx
@@ -3002,8 +2994,6 @@ verfy
 versoins
 verticies
 vertikal
-veryfied
-veryfieng
 vetor
 vew
 vhild
diff --git a/main/basegfx/source/polygon/b2dpolygonclipper.cxx 
b/main/basegfx/source/polygon/b2dpolygonclipper.cxx
index 2fb6d9bb58..1d025dbad8 100644
--- a/main/basegfx/source/polygon/b2dpolygonclipper.cxx
+++ b/main/basegfx/source/polygon/b2dpolygonclipper.cxx
@@ -241,7 +241,7 @@ namespace basegfx
                 // the four implied half-planes, but the outer part is not.
                 // It is possible for strokes, but with creating unnecessary 
extra
                 // cuts, so using clipPolygonOnPolyPolygon is better there, 
too.
-                // This needs to be done with the topology knowlegde and is 
unfurtunately
+                // This needs to be done with the topology knowledge and is 
unfortunately
                 // more expensive, too.
                        const B2DPolygon aClip(createPolygonFromRect(rRange));
 
diff --git a/main/framework/qa/complex/path_settings/PathSettingsTest.java 
b/main/framework/qa/complex/path_settings/PathSettingsTest.java
index 48e5d13e34..c20f52bbf7 100644
--- a/main/framework/qa/complex/path_settings/PathSettingsTest.java
+++ b/main/framework/qa/complex/path_settings/PathSettingsTest.java
@@ -887,7 +887,7 @@ public class PathSettingsTest
 //            {
 //                System.out.println(e.getClass().getName());
 //                System.out.println("Message: " + e.getMessage());
-//                fail("Unexpcted exception on property " + name);
+//                fail("Unexpected exception on property " + name);
 //            }
 //            System.out.println("Finish testing property '" + 
aPathSettingNames[i] + "'\n");
 //        }
diff --git a/main/offapi/com/sun/star/chart2/XChartType.idl 
b/main/offapi/com/sun/star/chart2/XChartType.idl
index 9b83e93870..ae3370adcc 100644
--- a/main/offapi/com/sun/star/chart2/XChartType.idl
+++ b/main/offapi/com/sun/star/chart2/XChartType.idl
@@ -59,7 +59,7 @@ interface XChartType : com::sun::star::uno::XInterface
     XCoordinateSystem createCoordinateSystem( [in] long DimensionCount )
         raises( com::sun::star::lang::IllegalArgumentException );
 
-    /** Returns a sequence of roles that are undestood by this chart
+    /** Returns a sequence of roles that are understood by this chart
         type.
 
         <p>All roles must be listed in the order in which they are
diff --git a/main/pyuno/source/module/pyuno_runtime.cxx 
b/main/pyuno/source/module/pyuno_runtime.cxx
index aa7c250584..7f196f4da9 100644
--- a/main/pyuno/source/module/pyuno_runtime.cxx
+++ b/main/pyuno/source/module/pyuno_runtime.cxx
@@ -616,7 +616,7 @@ PyRef Runtime::any2PyObject (const Any &a ) const
     default:
        {
         OUStringBuffer buf;
-        buf.appendAscii( "Unknonwn UNO type class " );
+        buf.appendAscii( "Unknown UNO type class " );
         buf.append( (sal_Int32 ) a.getValueTypeClass() );
         throw RuntimeException(buf.makeStringAndClear( ), Reference< 
XInterface > () );
        }
diff --git a/main/sal/inc/rtl/uri.h b/main/sal/inc/rtl/uri.h
index 2ed31709a9..a075926dc2 100644
--- a/main/sal/inc/rtl/uri.h
+++ b/main/sal/inc/rtl/uri.h
@@ -303,7 +303,7 @@ void SAL_CALL rtl_uriDecode(rtl_uString * pText,
     the following clarifications:  (1) Backwards-compatible relative URIs
     starting with a scheme component (see RFC 2396, section 5.2, step 3) are 
not
     supported.  (2) Segments "." and ".." within the path of the base URI are
-    not considered special, RFC 2396 seems a bit unlcear about that point.
+    not considered special, RFC 2396 seems a bit unclear about that point.
     (3) Erroneous excess segments ".." within the path of the relative URI (if
     it is indeed relative) are left intact, as the examples in RFC 2396,
     section C.2, suggest.  (4) If the relative URI is a reference to the
diff --git a/main/sc/source/filter/inc/xllink.hxx 
b/main/sc/source/filter/inc/xllink.hxx
index 28542f917e..0aaad4c2ee 100644
--- a/main/sc/source/filter/inc/xllink.hxx
+++ b/main/sc/source/filter/inc/xllink.hxx
@@ -80,7 +80,7 @@ enum XclSupbookType
     EXC_SBTYPE_EXTERN,      /// SUPBOOK is used for external references.
     EXC_SBTYPE_ADDIN,       /// SUPBOOK contains add-in functions.
     EXC_SBTYPE_SPECIAL,     /// SUPBOOK is used for DDE or OLE links.
-    EXC_SBTYPE_EUROTOOL     /// SUPBOOK is uesd for EUROCONVERT.
+    EXC_SBTYPE_EUROTOOL     /// SUPBOOK is used for EUROCONVERT.
 };
 
 // ============================================================================
diff --git a/main/store/workben/t_base.cxx b/main/store/workben/t_base.cxx
index 4add9c5594..d69bbbaa37 100644
--- a/main/store/workben/t_base.cxx
+++ b/main/store/workben/t_base.cxx
@@ -178,7 +178,7 @@ static void __store_string_newFromUnicode_WithLength (
                OUSTRING_TO_OSTRING_CVTFLAGS);
 }
 
-#if 0  /* UNSUSED */
+#if 0  /* UNUSED */
 static void __store_string_newFromUnicode (
        rtl_String **newString, const rtl_uString *value)
 {
diff --git a/main/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx 
b/main/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
index 0ce8ca06f4..8a516819c1 100644
--- a/main/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
+++ b/main/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
@@ -152,7 +152,7 @@ public:
     ::com::sun::star::uno::Reference< 
::com::sun::star::xml::crypto::XSecurityEnvironment > 
GetSecurityEnvironmentByIndex(sal_Int32 nId);
        sal_Int32 GetSecurityEnvironmentNumber();
 
-                // After signing/veryfieng, get information about signatures
+                // After signing/verifying, get information about signatures
     SignatureInformation  GetSignatureInformation( sal_Int32 nSecurityId ) 
const;
     SignatureInformations GetSignatureInformations() const;
 
diff --git a/main/xmlsecurity/tools/demo/multisigdemo.cxx 
b/main/xmlsecurity/tools/demo/multisigdemo.cxx
index 39049dcec4..9cab64b7cb 100644
--- a/main/xmlsecurity/tools/demo/multisigdemo.cxx
+++ b/main/xmlsecurity/tools/demo/multisigdemo.cxx
@@ -205,7 +205,7 @@ int SAL_CALL main( int argc, char **argv )
        if ( !bDone )
                fprintf( stderr, "\nSTATUS MISSION 4: Error verifying 
Signatures!\n" );
        else
-               fprintf( stdout, "\nSTATUS MISSION 4: All choosen Signatures 
veryfied successfully!\n" );
+               fprintf( stdout, "\nSTATUS MISSION 4: All chosen Signatures 
verified successfully!\n" );
 
        aSignatureHelper.EndMission();
 
@@ -222,7 +222,7 @@ int SAL_CALL main( int argc, char **argv )
        if ( !bDone )
                fprintf( stderr, "\nSTATUS MISSION 5: Error verifying 
Signatures!\n" );
        else
-               fprintf( stdout, "\nSTATUS MISSION 5: All choosen Signatures 
veryfied successfully!\n" );
+               fprintf( stdout, "\nSTATUS MISSION 5: All chosen Signatures 
verified successfully!\n" );
 
        aSignatureHelper.EndMission();
 
diff --git a/main/xmlsecurity/tools/demo/verifydemo.cxx 
b/main/xmlsecurity/tools/demo/verifydemo.cxx
index ce41737b48..c32a7dfcde 100644
--- a/main/xmlsecurity/tools/demo/verifydemo.cxx
+++ b/main/xmlsecurity/tools/demo/verifydemo.cxx
@@ -93,7 +93,7 @@ int SAL_CALL main( int argc, char **argv )
        }
        else
        {
-               fprintf( stdout, "\nSTATUS: All choosen Signatures veryfied 
successfully!\n" );
+               fprintf( stdout, "\nSTATUS: All chosen Signatures verified 
successfully!\n" );
        }
 
        aSignatureHelper.EndMission();

Reply via email to