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 df6a13dbd7 Fix typos (#425)
df6a13dbd7 is described below

commit df6a13dbd7c4cc4d919e81cf98635de82158a3ba
Author: John Bampton <[email protected]>
AuthorDate: Thu Sep 18 20:54:24 2025 +1000

    Fix typos (#425)
    
    * Fix typos
    
    * Recreate ignored words list codespell.txt
    
    (cherry picked from commit 374d2a96ae566b372972bbe678cb4ee5a157bf83)
---
 main/dbaccess/source/ext/macromigration/progressmixer.hxx    |  2 +-
 main/dbaccess/source/ui/querydesign/TableWindow.cxx          |  2 +-
 main/desktop/test/deployment/update/wrong_url/readme.txt     |  2 +-
 main/fpicker/source/win32/filepicker/helppopupwindow.cxx     |  2 +-
 main/fpicker/source/win32/folderpicker/MtaFop.cxx            |  2 +-
 main/framework/inc/services/logindialog.hxx                  |  2 +-
 main/odk/examples/java/Text/TextDocumentStructure.java       |  4 ++--
 .../com/sun/star/accessibility/XAccessibleHyperlink.idl      | 12 ++++++------
 .../com/sun/star/sdb/application/XDatabaseDocumentUI.idl     |  4 ++--
 main/oox/inc/oox/xls/stylesbuffer.hxx                        |  2 +-
 main/qadevOOo/tests/java/ifc/awt/_XTextComponent.java        |  2 +-
 .../tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java      |  2 +-
 main/scripting/java/build.xml                                |  2 +-
 main/scripting/workben/build.xml                             |  2 +-
 main/sd/source/ui/inc/framework/FrameworkHelper.hxx          |  2 +-
 main/svx/inc/svx/sdr/contact/viewcontactofvirtobj.hxx        |  2 +-
 main/svx/source/svdraw/svdotxtr.cxx                          |  2 +-
 main/testtools/source/bridgetest/pyuno/core.py               |  2 +-
 main/vcl/source/fontsubset/sft.cxx                           |  2 +-
 main/vcl/source/gdi/region.cxx                               |  2 +-
 main/xmloff/source/forms/formattributes.hxx                  |  2 +-
 main/xmloff/source/style/xmlaustp.cxx                        |  2 +-
 22 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/main/dbaccess/source/ext/macromigration/progressmixer.hxx 
b/main/dbaccess/source/ext/macromigration/progressmixer.hxx
index 921d2a151c..e2456b1e36 100644
--- a/main/dbaccess/source/ext/macromigration/progressmixer.hxx
+++ b/main/dbaccess/source/ext/macromigration/progressmixer.hxx
@@ -66,7 +66,7 @@ namespace dbmm
         /** registers a phase of the process, which has the given weight
             in the overall process
             @precond
-                the progress is not runnig, yet
+                the progress is not running, yet
         */
         void    registerPhase( const PhaseID _nID, const PhaseWeight _nWeight 
);
 
diff --git a/main/dbaccess/source/ui/querydesign/TableWindow.cxx 
b/main/dbaccess/source/ui/querydesign/TableWindow.cxx
index 24e31a6bca..2a7ca249aa 100644
--- a/main/dbaccess/source/ui/querydesign/TableWindow.cxx
+++ b/main/dbaccess/source/ui/querydesign/TableWindow.cxx
@@ -537,7 +537,7 @@ void OTableWindow::SetBoldTitle( sal_Bool bBold )
 void OTableWindow::GetFocus()
 {
        Window::GetFocus();
-       // we have to forward the focus to our listbox to enable keystokes
+       // we have to forward the focus to our listbox to enable keystrokes
        if(m_pListBox)
                m_pListBox->GrabFocus();
 }
diff --git a/main/desktop/test/deployment/update/wrong_url/readme.txt 
b/main/desktop/test/deployment/update/wrong_url/readme.txt
index cc2459763c..9e3bf8b969 100644
--- a/main/desktop/test/deployment/update/wrong_url/readme.txt
+++ b/main/desktop/test/deployment/update/wrong_url/readme.txt
@@ -14,5 +14,5 @@ wrongdownload2.oxt: same as wrongdownload1.oxt
 wrongdownload3.oxt: same as wrongdownload1.oxt
 
 
-Use the wrongdownload extensions to check the automatic scolling of the text 
area that contains the results.
+Use the wrongdownload extensions to check the automatic scrolling of the text 
area that contains the results.
 
diff --git a/main/fpicker/source/win32/filepicker/helppopupwindow.cxx 
b/main/fpicker/source/win32/filepicker/helppopupwindow.cxx
index 76656c1ee9..10197b279b 100644
--- a/main/fpicker/source/win32/filepicker/helppopupwindow.cxx
+++ b/main/fpicker/source/win32/filepicker/helppopupwindow.cxx
@@ -490,7 +490,7 @@ LRESULT CALLBACK CHelpPopupWindow::WndProc(
 
                 pImpl->onCreate( hWnd );
 
-                // capture mouse and keybord events
+                // capture mouse and keyboard events
                 SetCapture( hWnd );
              }
         break;
diff --git a/main/fpicker/source/win32/folderpicker/MtaFop.cxx 
b/main/fpicker/source/win32/folderpicker/MtaFop.cxx
index 029aa19a25..dae9c7a417 100644
--- a/main/fpicker/source/win32/folderpicker/MtaFop.cxx
+++ b/main/fpicker/source/win32/folderpicker/MtaFop.cxx
@@ -290,7 +290,7 @@ sal_Bool CMtaFolderPicker::browseForFolder( )
                     // dispatching all messages but we expect to
                     // receive only paint or timer messages that's
                     // why we don't need to call TranslateMessage or
-                    // TranslateAccelerator, because keybord or
+                    // TranslateAccelerator, because keyboard or
                     // mouse messages are for the FolderPicker which
                     // is in the foreground and should not arrive here
                     MSG msg;
diff --git a/main/framework/inc/services/logindialog.hxx 
b/main/framework/inc/services/logindialog.hxx
index 9a1246a03d..0d0d74fb6b 100644
--- a/main/framework/inc/services/logindialog.hxx
+++ b/main/framework/inc/services/logindialog.hxx
@@ -503,7 +503,7 @@ class LoginDialog   :       public XTYPEPROVIDER            
                ,
         
/*-****************************************************************************************************//**
                        @short          write changed values to configuration
                        @descr          Normally the dialog returns with an OK 
or ERROR value. If OK occur - we flush data
-                                               automaticly. But otherwise we 
do nothing. If user of this service wish to use property set
+                                               automatically. But otherwise we 
do nothing. If user of this service wish to use property set
                                                only without any UI(!) - he 
must call "flush()" explicitly to write data!
 
                        @seealso        -
diff --git a/main/odk/examples/java/Text/TextDocumentStructure.java 
b/main/odk/examples/java/Text/TextDocumentStructure.java
index 2443f56293..635b24f148 100644
--- a/main/odk/examples/java/Text/TextDocumentStructure.java
+++ b/main/odk/examples/java/Text/TextDocumentStructure.java
@@ -40,7 +40,7 @@ public class TextDocumentStructure {
             xContext = com.sun.star.comp.helper.Bootstrap.bootstrap();
             System.out.println("Connected to a running office ...");
 
-            // get the rmeote service manager
+            // get the remote service manager
             com.sun.star.lang.XMultiComponentFactory xMCF =
                 xContext.getServiceManager();
 
@@ -48,7 +48,7 @@ public class TextDocumentStructure {
             Object oDesktop = xMCF.createInstanceWithContext(
                                         "com.sun.star.frame.Desktop", 
xContext);
 
-            // get the component laoder from the desktop to create a new
+            // get the component loader from the desktop to create a new
             // text document
             com.sun.star.frame.XComponentLoader xCLoader =
                 (com.sun.star.frame.XComponentLoader)
diff --git a/main/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl 
b/main/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl
index 056458f627..840e3a3496 100644
--- a/main/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl
+++ b/main/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl
@@ -46,7 +46,7 @@ module com { module sun { module star { module accessibility {
     <member>XAccessibleHyperlink::getAccessibleActionObject</member>
     methods.</p>
 
-    <p>Furhtermore, the object that implements this interface has to be
+    <p>Furthermore, the object that implements this interface has to be
     connected implicitly or explicitly with an object that implements the
     the <type>XAccessibleText</type> interface.  The
     <member>XAccessibleHyperlink::getStartIndex</member> and
@@ -67,7 +67,7 @@ published interface XAccessibleHyperlink :
         @param nIndex
             This index identifies the anchor when, as in the case of an
             image map, there is more than one link represented by this
-            object.  The valid maximal index can be determinded by calling
+            object.  The valid maximal index can be determined by calling
             the <member>XAccessibleAction::getActionCount</member> method.
 
         @return
@@ -86,7 +86,7 @@ published interface XAccessibleHyperlink :
         @param nIndex
             This index identifies the action object when, as in the case of
             an image map, there is more than one link represented by this
-            object.  The valid maximal index can be determinded by calling
+            object.  The valid maximal index can be determined by calling
             the <member>XAccessibleAction::getActionCount</member> method.
 
         @return
@@ -100,7 +100,7 @@ published interface XAccessibleHyperlink :
         hyperlink (group) starts.
 
         <p>The returned value relates to the <type>XAccessibleText</type>
-        interface that ownes this hyperlink.</p>
+        interface that owns this hyperlink.</p>
 
         @return
             The index relates to the text exposed by the
@@ -108,11 +108,11 @@ published interface XAccessibleHyperlink :
     */
     long getStartIndex ();
 
-    /** Returns the index at which the textual rerpesentation of the
+    /** Returns the index at which the textual representation of the
         hyperlink (group) ends.
 
         <p>The returned value relates to the <type>XAccessibleText</type>
-        interface that ownes this hyperlink.</p>
+        interface that owns this hyperlink.</p>
 
         @return
             The index relates to the text exposed by the
diff --git a/main/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl 
b/main/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
index d3b57fed83..9e91bbfe0e 100644
--- a/main/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
+++ b/main/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
@@ -56,9 +56,9 @@ published interface XDatabaseDocumentUI
     */
     [attribute, readonly] com::sun::star::sdbc::XDataSource DataSource;
 
-    /** provides access to the applicatio's main window
+    /** provides access to the application's main window
 
-        <p>Note that reading this atttribute is equivalent to querying the 
component
+        <p>Note that reading this attribute is equivalent to querying the 
component
         for the <type scope="com::sun::star::frame">XController</type> 
interface,
         asking the controller for its frame, and asking this frame for its
         container window.</p>
diff --git a/main/oox/inc/oox/xls/stylesbuffer.hxx 
b/main/oox/inc/oox/xls/stylesbuffer.hxx
index c4da9f1558..33b33ef6c2 100644
--- a/main/oox/inc/oox/xls/stylesbuffer.hxx
+++ b/main/oox/inc/oox/xls/stylesbuffer.hxx
@@ -145,7 +145,7 @@ public:
     /** Imports a color palette from a UNO sequence in the passed any. */
     void                importPalette( const ::com::sun::star::uno::Any& 
rPalette );
 
-    /** Rturns the RGB value of the color with the passed index. */
+    /** Returns the RGB value of the color with the passed index. */
     sal_Int32           getColor( sal_Int32 nPaletteIdx ) const;
 
 private:
diff --git a/main/qadevOOo/tests/java/ifc/awt/_XTextComponent.java 
b/main/qadevOOo/tests/java/ifc/awt/_XTextComponent.java
index 5ac67e47db..c58f3dc505 100644
--- a/main/qadevOOo/tests/java/ifc/awt/_XTextComponent.java
+++ b/main/qadevOOo/tests/java/ifc/awt/_XTextComponent.java
@@ -167,7 +167,7 @@ public class _XTextComponent extends MultiMethodTest {
         String itext = num ? "6" :  "insert" ;
         log.println("Setting text to : '" + text + "'") ;
         oObj.setText(text);
-        log.println("Iserting text to (0,1) : '" + itext + "'") ;
+        log.println("Inserting text to (0,1) : '" + itext + "'") ;
         oObj.insertText(new Selection(0,1), itext);
         log.println("getText() returns: " + oObj.getText());
         tRes.tested("insertText()", oObj.getText().equals
diff --git a/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java 
b/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java
index 1aee2aa1c9..0edb0e9ce0 100644
--- a/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java
+++ b/main/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java
@@ -81,7 +81,7 @@ public class _XSingleSelectQueryAnalyzer extends 
MultiMethodTest {
     }
     /**
     * call <code>setQuery()</code> once with valid query, once with invalid
-    * query. Has ok if only on sceond call <code>SQLException</code> was thrwon
+    * query. Has ok if only on second call <code>SQLException</code> was thrown
     */
     public void _setQuery() {
 
diff --git a/main/scripting/java/build.xml b/main/scripting/java/build.xml
index db773c9471..1d2a3dd4a4 100644
--- a/main/scripting/java/build.xml
+++ b/main/scripting/java/build.xml
@@ -20,7 +20,7 @@
  ***********************************************************-->
 
 
-<project name="Scipting Framework" default="all" basedir=".">
+<project name="Scripting Framework" default="all" basedir=".">
 
   <!-- =================== Environmental Properties ======================= -->
 
diff --git a/main/scripting/workben/build.xml b/main/scripting/workben/build.xml
index 842054b25d..a19f7d1c74 100644
--- a/main/scripting/workben/build.xml
+++ b/main/scripting/workben/build.xml
@@ -20,7 +20,7 @@
  ***********************************************************-->
 
 
-<project name="Scipting Framework Installer" default="jar" basedir=".">
+<project name="Scripting Framework Installer" default="jar" basedir=".">
 
   <!-- =================== Environmental Properties ======================= -->
 
diff --git a/main/sd/source/ui/inc/framework/FrameworkHelper.hxx 
b/main/sd/source/ui/inc/framework/FrameworkHelper.hxx
index 1417fe2153..14e8f73443 100644
--- a/main/sd/source/ui/inc/framework/FrameworkHelper.hxx
+++ b/main/sd/source/ui/inc/framework/FrameworkHelper.hxx
@@ -58,7 +58,7 @@ namespace sd { namespace framework {
     It has three main tasks:
     1. Provide frequently used strings of resource URLs and event names.
     2. Provide shortcuts for accessing the sd framework.
-    3. Ease the migration to the drawing framwork.
+    3. Ease the migration to the drawing framework.
 
     Note that a FrameworkHelper disposes itself when one of the resource
     controllers called by it throws a DisposedException.
diff --git a/main/svx/inc/svx/sdr/contact/viewcontactofvirtobj.hxx 
b/main/svx/inc/svx/sdr/contact/viewcontactofvirtobj.hxx
index 1da6608e6a..7c1cc0d076 100644
--- a/main/svx/inc/svx/sdr/contact/viewcontactofvirtobj.hxx
+++ b/main/svx/inc/svx/sdr/contact/viewcontactofvirtobj.hxx
@@ -39,7 +39,7 @@ namespace sdr
                class SVX_DLLPUBLIC ViewContactOfVirtObj : public 
ViewContactOfSdrObj
                {
                protected:
-                       // internal access to SdrObject. Iplementation in *.cxx 
to avoid
+                       // internal access to SdrObject. Implementation in 
*.cxx to avoid
             // including SdrVirtObj here.
                        SdrVirtObj& GetVirtObj() const;
 
diff --git a/main/svx/source/svdraw/svdotxtr.cxx 
b/main/svx/source/svdraw/svdotxtr.cxx
index c4e3c8b65f..f72ecc9077 100644
--- a/main/svx/source/svdraw/svdotxtr.cxx
+++ b/main/svx/source/svdraw/svdotxtr.cxx
@@ -182,7 +182,7 @@ void SdrTextObj::NbcResize(const Point& rRef, const 
Fraction& xFact, const Fract
        else
        {
                // #100663# aRect is NOT initialized for lines (polgon objects 
with two
-               // exceptionally handled points). Thus, after this call the 
text rotaion is
+               // exceptionally handled points). Thus, after this call the 
text rotation is
                // gone. This error must be present since day one of this old 
drawing layer.
                // It's astonishing that no one discovered it earlier.
                // Polygon aPol(Rect2Poly(aRect,aGeo));
diff --git a/main/testtools/source/bridgetest/pyuno/core.py 
b/main/testtools/source/bridgetest/pyuno/core.py
index e1ab48e7b9..79d4633be0 100644
--- a/main/testtools/source/bridgetest/pyuno/core.py
+++ b/main/testtools/source/bridgetest/pyuno/core.py
@@ -151,7 +151,7 @@ class TestCase( unittest.TestCase):
               uno.Enum( "com.sun.star.uno.TypeClass", "STRUCT" ), "typeclass 
of type test")
           self.failUnless( t1 == t2 , "equal type test" )
           self.failUnless( t1 == t2 , "equal type test" )
-          self.failUnless( t1 == self.tobj.transportAny( t1 ), "type rountrip 
test" )
+          self.failUnless( t1 == self.tobj.transportAny( t1 ), "type roundtrip 
test" )
 
       def testBool( self ):
           self.failUnless( uno.Bool(1) , "uno.Bool true test" )
diff --git a/main/vcl/source/fontsubset/sft.cxx 
b/main/vcl/source/fontsubset/sft.cxx
index 0203a6c203..193cac04c2 100644
--- a/main/vcl/source/fontsubset/sft.cxx
+++ b/main/vcl/source/fontsubset/sft.cxx
@@ -819,7 +819,7 @@ static int GetCompoundTTOutline(TrueTypeFont *ttf, 
sal_uInt32 glyphID, ControlPo
  * but Get{Simple|Compound}GlyphOutline returns 0 in such a case.
  *
  * NOTE: glyphlist is the stack of glyphs traversed while constructing
- * a composite glyph. This is a safequard against endless recursion
+ * a composite glyph. This is a safeguard against endless recursion
  * in corrupted fonts.
  */
 static int GetTTGlyphOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, 
ControlPoint **pointArray, TTGlyphMetrics *metrics, std::vector< sal_uInt32 >* 
glyphlist)
diff --git a/main/vcl/source/gdi/region.cxx b/main/vcl/source/gdi/region.cxx
index 37cfb497a4..e8e2e8da4c 100644
--- a/main/vcl/source/gdi/region.cxx
+++ b/main/vcl/source/gdi/region.cxx
@@ -252,7 +252,7 @@ RegionBand* ImplCreateRegionBandFromPolyPolygon(const 
PolyPolygon& rPolyPolygon)
 
     if(rPolyPolygon.Count())
     {
-        // ensure to subdivide when bezier segemnts are used, it's going to
+        // ensure to subdivide when bezier segments are used, it's going to
         // be expanded to rectangles
         PolyPolygon aPolyPolygon;
 
diff --git a/main/xmloff/source/forms/formattributes.hxx 
b/main/xmloff/source/forms/formattributes.hxx
index 5f73bfe27d..08da6ad0dd 100644
--- a/main/xmloff/source/forms/formattributes.hxx
+++ b/main/xmloff/source/forms/formattributes.hxx
@@ -64,7 +64,7 @@ namespace xmloff
     #define CCA_VISUAL_EFFECT           0x00800000
     #define CCA_ENABLEVISIBLE                 0x01000000
 
-       // flags for database control atttributes
+       // flags for database control attributes
        #define DA_BOUND_COLUMN                         0x00000001
        #define DA_CONVERT_EMPTY                        0x00000002
        #define DA_DATA_FIELD                           0x00000004
diff --git a/main/xmloff/source/style/xmlaustp.cxx 
b/main/xmloff/source/style/xmlaustp.cxx
index d2dbf81415..762b68889d 100644
--- a/main/xmloff/source/style/xmlaustp.cxx
+++ b/main/xmloff/source/style/xmlaustp.cxx
@@ -295,7 +295,7 @@ SvXMLExport& SvXMLAutoStylePoolP::GetExport() const
     return pImpl->GetExport();
 }
 
-// TODO: romove this
+// TODO: remove this
 void SvXMLAutoStylePoolP::AddFamily(
                sal_Int32 nFamily,
                const OUString& rStrName,

Reply via email to