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 3831a8255c More spelling fixes (#434)
3831a8255c is described below

commit 3831a8255cce5eb81e08afff7b5e545db09aad19
Author: John Bampton <[email protected]>
AuthorDate: Sun Nov 16 03:29:02 2025 +1000

    More spelling fixes (#434)
    
    * Fix more typos
    
    * Regenerate ignored words list codespell.txt
    
    (cherry picked from commit e44970e361d561c4fb365c9f2d78a4d8a70d0e0d)
---
 main/chart2/source/view/charttypes/PieChart.cxx                         | 2 +-
 main/cppu/inc/typelib/typedescription.h                                 | 2 +-
 main/desktop/source/deployment/misc/dp_platform.cxx                     | 2 +-
 main/filter/source/xslt/import/uof2/uof2odf.xsl                         | 2 +-
 main/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl               | 2 +-
 main/oovbaapi/ooo/vba/msforms/XControl.idl                              | 2 +-
 main/qadevOOo/tests/java/ifc/script/_XEventAttacherManager.java         | 2 +-
 main/reportdesign/source/ui/report/ReportController.cxx                 | 2 +-
 main/sc/source/core/tool/compiler.cxx                                   | 2 +-
 main/sc/source/ui/Accessibility/AccessibleContextBase.cxx               | 2 +-
 .../netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java     | 2 +-
 main/slideshow/source/engine/slide/userpaintoverlay.cxx                 | 2 +-
 main/sw/source/core/undo/SwUndoPageDesc.cxx                             | 2 +-
 main/toolkit/test/accessibility/help.html                               | 2 +-
 main/winaccessibility/source/service/AccObject.cxx                      | 2 +-
 .../xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java         | 2 +-
 .../xmerge/converter/xml/sxc/pexcel/records/FontDescription.java        | 2 +-
 .../openoffice/xmerge/converter/xml/sxc/pexcel/records/LabelCell.java   | 2 +-
 .../src/main/java/org/openoffice/xmerge/converter/xml/OfficeZip.java    | 2 +-
 main/xmerge/source/palmtests/qa/test_spec/convertor_test_spec.html      | 2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/main/chart2/source/view/charttypes/PieChart.cxx 
b/main/chart2/source/view/charttypes/PieChart.cxx
index cdaa9d4b42..bffdff9e4b 100644
--- a/main/chart2/source/view/charttypes/PieChart.cxx
+++ b/main/chart2/source/view/charttypes/PieChart.cxx
@@ -89,7 +89,7 @@ bool PiePositionHelper::getInnerAndOuterRadius( double 
fCategoryX
 
     if( !isMathematicalOrientationRadius() )
     {
-        //in this case the given getMaximumX() was not corrcect instead the 
minimum should have been smaller by fMaxOffset
+        //in this case the given getMaximumX() was not correct instead the 
minimum should have been smaller by fMaxOffset
         //but during getMaximumX and getMimumX we do not know the axis 
orientation
         fLogicInner += fMaxOffset;
         fLogicOuter += fMaxOffset;
diff --git a/main/cppu/inc/typelib/typedescription.h 
b/main/cppu/inc/typelib/typedescription.h
index 4b0800ae9b..501b598cf6 100644
--- a/main/cppu/inc/typelib/typedescription.h
+++ b/main/cppu/inc/typelib/typedescription.h
@@ -183,7 +183,7 @@ typedef struct _typelib_UnionTypeDescription
        */
        typelib_TypeDescriptionReference *      pDiscriminantTypeRef;
 
-       /** union default descriminant
+       /** union default discriminant
        */
        sal_Int64                                                       
nDefaultDiscriminant;
        /** union default member type (may be 0)
diff --git a/main/desktop/source/deployment/misc/dp_platform.cxx 
b/main/desktop/source/deployment/misc/dp_platform.cxx
index 7f2aebbb5a..102112e38b 100644
--- a/main/desktop/source/deployment/misc/dp_platform.cxx
+++ b/main/desktop/source/deployment/misc/dp_platform.cxx
@@ -188,7 +188,7 @@ namespace
         else
         {
             OSL_ENSURE(0, "Extension Manager: The extension supports an 
unknown platform. "
-            "Check the platform element in the descripion.xml");
+            "Check the platform element in the description.xml");
             ret = false;
         }
         return ret;
diff --git a/main/filter/source/xslt/import/uof2/uof2odf.xsl 
b/main/filter/source/xslt/import/uof2/uof2odf.xsl
index 3018cbb216..17c4e3e36d 100644
--- a/main/filter/source/xslt/import/uof2/uof2odf.xsl
+++ b/main/filter/source/xslt/import/uof2/uof2odf.xsl
@@ -13910,7 +13910,7 @@ 
iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAKElEQVR4nGNRZrhz57+yCuNdBjCAs1kg
                                                                                
                <xsl:choose>
                                                                                
                        <xsl:when test="string(@分隔符_E71A) = '1'">, </xsl:when>
                                                                                
                        <xsl:when test="string(@分隔符_E71A) = '2'">; </xsl:when>
-                                                                               
                        <!-- Absent Function , '3' correnspond with '0' space>
+                                                                               
                        <!-- Absent Function , '3' correspond with '0' space>
                                                                                
                        <xsl:when test="string(@分隔符_E71A) = '3'">. </xsl:when-->
                                                                                
                </xsl:choose>
                                                                                
        </text:p>
diff --git a/main/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl 
b/main/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
index 281362ccaa..4d46a8214e 100644
--- a/main/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
+++ b/main/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
@@ -1552,7 +1552,7 @@
                             </xsl:if>
                         </xsl:when>
                         <xsl:otherwise>
-                            <!--Means that you have to care about 2 adj 
parameters which is defferent-->
+                            <!--Means that you have to care about 2 adj 
parameters which is different-->
                             <xsl:variable name="mark_used_by_typeid">
                                 <xsl:if test="contains($typeid_adj, ',' )">
                                     <xsl:value-of select="',' "/>
diff --git a/main/oovbaapi/ooo/vba/msforms/XControl.idl 
b/main/oovbaapi/ooo/vba/msforms/XControl.idl
index d4ce47f19a..54321f1730 100644
--- a/main/oovbaapi/ooo/vba/msforms/XControl.idl
+++ b/main/oovbaapi/ooo/vba/msforms/XControl.idl
@@ -48,7 +48,7 @@ interface XControl
        [attribute] string RowSource;
        [attribute] boolean Enabled;
        [attribute] boolean Visible;
-    //Size. there are some defferent between Mso and OOo.
+    //Size. there are some different between Mso and OOo.
     //Mso use double but OOo use long. OOo 1 =  1/100mm but Mso use pt.
     //in Dialogs Mso uses pixels
        [attribute] double Height;
diff --git a/main/qadevOOo/tests/java/ifc/script/_XEventAttacherManager.java 
b/main/qadevOOo/tests/java/ifc/script/_XEventAttacherManager.java
index b8861e9417..8cc9deeb7d 100644
--- a/main/qadevOOo/tests/java/ifc/script/_XEventAttacherManager.java
+++ b/main/qadevOOo/tests/java/ifc/script/_XEventAttacherManager.java
@@ -181,7 +181,7 @@ public class _XEventAttacherManager extends MultiMethodTest 
{
     }
 
     /**
-     * Method checks that array of descriptors contains the concrete desciptor.
+     * Method checks that array of descriptors contains the concrete 
descriptor.
      * @param container the array of descriptors
      * @param evt the descriptor which presence in the array is checked
      * @return true if the descriptor presence in the array
diff --git a/main/reportdesign/source/ui/report/ReportController.cxx 
b/main/reportdesign/source/ui/report/ReportController.cxx
index 07de51e89c..7f35e4429c 100644
--- a/main/reportdesign/source/ui/report/ReportController.cxx
+++ b/main/reportdesign/source/ui/report/ReportController.cxx
@@ -3153,7 +3153,7 @@ void OReportController::createControl(const Sequence< 
PropertyValue >& _aArgs,co
     if ( !pSectionWindow )
         return;
 
-    OSL_ENSURE(pSectionWindow->getReportSection().getSection() == 
_xSection,"Invalid section after marking the corrct one.");
+    OSL_ENSURE(pSectionWindow->getReportSection().getSection() == 
_xSection,"Invalid section after marking the correct one.");
 
     sal_Int32 nLeftMargin = 
getStyleProperty<sal_Int32>(m_xReportDefinition,PROPERTY_LEFTMARGIN);
     const sal_Int32 nRightMargin = 
getStyleProperty<sal_Int32>(m_xReportDefinition,PROPERTY_RIGHTMARGIN);
diff --git a/main/sc/source/core/tool/compiler.cxx 
b/main/sc/source/core/tool/compiler.cxx
index 1aa13cba09..e5b3798807 100644
--- a/main/sc/source/core/tool/compiler.cxx
+++ b/main/sc/source/core/tool/compiler.cxx
@@ -5290,7 +5290,7 @@ sal_Bool ScCompiler::HandleSingleRef()
         if ( !bString && !pDoc->GetCell( aLook ) )
             bString = sal_True;     // empty cell is ok
         if ( bString )
-        {   //! coresponds with ScInterpreter::ScColRowNameAuto()
+        {   //! corresponds with ScInterpreter::ScColRowNameAuto()
             bValidName = sal_True;
             if ( bColName )
             {   // ColName
diff --git a/main/sc/source/ui/Accessibility/AccessibleContextBase.cxx 
b/main/sc/source/ui/Accessibility/AccessibleContextBase.cxx
index 9537586a3f..34adb42938 100644
--- a/main/sc/source/ui/Accessibility/AccessibleContextBase.cxx
+++ b/main/sc/source/ui/Accessibility/AccessibleContextBase.cxx
@@ -335,7 +335,7 @@ sal_Int16 SAL_CALL
        if (!msDescription.getLength())
        {
                OUString sDescription(createAccessibleDescription());
-//             DBG_ASSERT(sDescription.getLength(), "We should give always a 
descripition.");
+//             DBG_ASSERT(sDescription.getLength(), "We should give always a 
description.");
 
         if (msDescription != sDescription)
         {
diff --git 
a/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
 
b/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
index ee2e15c841..ceec2dd1f5 100644
--- 
a/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
+++ 
b/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
@@ -59,7 +59,7 @@ public class OpenOfficeDocFileSystem
     private static final int    OS_MACOS     = 2;
     private static final int    OS_WINDOWS   = 3;
 
-    private static final int    REFRESH_OFF   = -1;          // -1 is desabled
+    private static final int    REFRESH_OFF   = -1;          // -1 is disabled
     private static final int    REFRESH_TIME  = REFRESH_OFF; // (mS)
     private static final String TMP_FILE_PREF = "sx_";
     private static final String TMP_FILE_SUFX = ".sxx";
diff --git a/main/slideshow/source/engine/slide/userpaintoverlay.cxx 
b/main/slideshow/source/engine/slide/userpaintoverlay.cxx
index 38a18e9e7a..d1e7eba2d5 100644
--- a/main/slideshow/source/engine/slide/userpaintoverlay.cxx
+++ b/main/slideshow/source/engine/slide/userpaintoverlay.cxx
@@ -183,7 +183,7 @@ namespace slideshow
                                // therefor destroy all the polygons stored
                                if(mbIsEraseAllModeActivated)
                 {
-                                       // The Erase Mode should be desactivated
+                                       // The Erase Mode should be deactivated
                     mbIsEraseModeActivated = false;
                                        repaintWithoutPolygons();
                                        maPolygons.clear();
diff --git a/main/sw/source/core/undo/SwUndoPageDesc.cxx 
b/main/sw/source/core/undo/SwUndoPageDesc.cxx
index ebb40d30e5..26181c31a3 100644
--- a/main/sw/source/core/undo/SwUndoPageDesc.cxx
+++ b/main/sw/source/core/undo/SwUndoPageDesc.cxx
@@ -205,7 +205,7 @@ void SwUndoPageDesc::ExchangeContentNodes( SwPageDesc& 
rSource, SwPageDesc &rDes
     const SwFmtHeader& rSourceHead = rSource.GetMaster().GetHeader();
     if( rDestHead.IsActive() )
     {
-        // Let the destination page descrition point to the source node 
position,
+        // Let the destination page description point to the source node 
position,
         // from now on this descriptor is responsible for the content nodes!
         const SfxPoolItem* pItem;
         rDest.GetMaster().GetAttrSet().GetItemState( RES_HEADER, sal_False, 
&pItem );
diff --git a/main/toolkit/test/accessibility/help.html 
b/main/toolkit/test/accessibility/help.html
index e572195c68..2842486add 100644
--- a/main/toolkit/test/accessibility/help.html
+++ b/main/toolkit/test/accessibility/help.html
@@ -90,7 +90,7 @@ XAccessibleEditableText interfaces.
 <li>The accessible name is shown when the menu checkbox Options->Show Name
   is check.</li>
 <li>The accessible description is shown when the menu checkbox Options->Show
-  Descriptons is checked.</li>
+  Descriptions is checked.</li>
 <li>If the XAccessibleText interface is supported and the menu checkbox
   Options->Show Text is checked then the text of the accessible object is
   shown.</li>
diff --git a/main/winaccessibility/source/service/AccObject.cxx 
b/main/winaccessibility/source/service/AccObject.cxx
index f062e693d5..4b0a2e1ecb 100644
--- a/main/winaccessibility/source/service/AccObject.cxx
+++ b/main/winaccessibility/source/service/AccObject.cxx
@@ -651,7 +651,7 @@ AccObject* AccObject::NextChild()
     return NULL;
 }
 /**
-   * update action desciption desc
+   * update action description desc
    * @param
    * @return
    */
diff --git 
a/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java
 
b/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java
index 9a10ca3a3a..f07dcd49ba 100644
--- 
a/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java
+++ 
b/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ExtendedFormat.java
@@ -35,7 +35,7 @@ import org.openoffice.xmerge.converter.xml.sxc.Format;
 import org.openoffice.xmerge.converter.xml.sxc.pexcel.PocketExcelConstants;
 
 /**
- * Represents a BIFF Record descibing extended formatting information
+ * Represents a BIFF Record describing extended formatting information
  *
  */
 public class ExtendedFormat implements BIFFRecord,
diff --git 
a/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/FontDescription.java
 
b/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/FontDescription.java
index d524930e47..7f51520fc7 100644
--- 
a/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/FontDescription.java
+++ 
b/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/FontDescription.java
@@ -37,7 +37,7 @@ import 
org.openoffice.xmerge.converter.xml.sxc.pexcel.PocketExcelConstants;
 
 
 /**
- * Represents a BIFF Record descibing a font used
+ * Represents a BIFF Record describing a font used
  */
 public class FontDescription implements BIFFRecord {
 
diff --git 
a/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/LabelCell.java
 
b/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/LabelCell.java
index 6a18c10a04..89f7a6e1ae 100644
--- 
a/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/LabelCell.java
+++ 
b/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/LabelCell.java
@@ -33,7 +33,7 @@ import 
org.openoffice.xmerge.converter.xml.sxc.pexcel.PocketExcelConstants;
 
 
 /**
- * Reperesent a BIFF Record descibing a cell containing a string
+ * Represents a BIFF Record describing a cell containing a string
  */
 public class LabelCell extends CellValue {
 
diff --git 
a/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/OfficeZip.java
 
b/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/OfficeZip.java
index 161e4c39c7..f8fb54c4e3 100644
--- 
a/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/OfficeZip.java
+++ 
b/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/OfficeZip.java
@@ -226,7 +226,7 @@ class OfficeZip {
      * matching entry in the LinkedList.  If no entry is found, a new one is
      * created.
      *
-     * Writing of data is defferred to setEntryBytes().
+     * Writing of data is deferred to setEntryBytes().
      *
      * @param   name    The name of the entry to search for.
      * @param   bytes   The new data to write.
diff --git a/main/xmerge/source/palmtests/qa/test_spec/convertor_test_spec.html 
b/main/xmerge/source/palmtests/qa/test_spec/convertor_test_spec.html
index 602c40ec1c..0cefab7a96 100644
--- a/main/xmerge/source/palmtests/qa/test_spec/convertor_test_spec.html
+++ b/main/xmerge/source/palmtests/qa/test_spec/convertor_test_spec.html
@@ -556,7 +556,7 @@ than the Style-retaining functionality in version 1.1. 
<BR>&nbsp;</BLOCKQUOTE>
                        contain: 
                        </P>
                        <P STYLE="margin-bottom: 0cm">This page has a line 
breaks inserted
-                       at end of this line.<BR>When coverted to doc format it 
should
+                       at end of this line.<BR>When converted to doc format it 
should
                        accordingly be broken up at the same point.</P>
                        <P ALIGN=LEFT STYLE="text-indent: 0.2cm; margin-top: 
0.4cm; margin-bottom: 0.41cm">
                        A simple list</P>

Reply via email to