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

commit ebaf0f20ff4ce031b18eaae534db8f5aed6dd517
Author: John Bampton <[email protected]>
AuthorDate: Tue Mar 11 03:06:03 2025 +1000

    Fix spelling (#331)
    
    * Fix spelling
    
    * Update ignored words list
---
 .github/linters/codespell.txt                                  |  5 -----
 main/connectivity/source/commontools/TKeyColumns.cxx           |  4 ++--
 main/dbaccess/source/core/api/tablecontainer.cxx               |  2 +-
 main/dbaccess/source/core/api/viewcontainer.cxx                |  2 +-
 main/filter/source/xslt/import/uof/uof2odf_presentation.xsl    | 10 +++++-----
 main/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl     | 10 +++++-----
 main/filter/source/xslt/import/uof2/uof2odf.xsl                | 10 +++++-----
 main/helpcontent2/source/text/swriter/main0110.xhp             |  2 +-
 main/i18npool/source/breakiterator/breakiteratorImpl.cxx       |  2 +-
 .../Components/Thumbs/org/openoffice/comp/test/Thumbs.java     |  2 +-
 main/offapi/com/sun/star/presentation/XSlideShowController.idl |  6 +++---
 .../java/ridl/src/main/java/com/sun/star/lib/util/WeakMap.java |  2 +-
 main/sd/source/ui/view/outlview.cxx                            |  4 ++--
 main/slideshow/source/engine/usereventqueue.cxx                |  2 +-
 main/testgraphical/source/cwstestresult.pl                     |  4 ++--
 main/udkapi/com/sun/star/io/XAsyncOutputMonitor.idl            |  4 ++--
 16 files changed, 33 insertions(+), 38 deletions(-)

diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index 55a6ed7d2c..1594cf2de6 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -1552,7 +1552,6 @@ frametyp
 framwork
 frane
 frequncy
-frist
 frmat
 fro
 fromat
@@ -3242,7 +3241,6 @@ sinlges
 sintax
 siz
 skalar
-skiped
 skipt
 slanguage
 slanguages
@@ -3260,18 +3258,15 @@ som
 somelse
 someon
 somes
-somethimes
 somme
 sortings
 sortlst
 souce
-sourcedrectory
 spaning
 speacial
 specialy
 specied
 specifices
-specificially
 specifiy
 specilized
 speficies
diff --git a/main/connectivity/source/commontools/TKeyColumns.cxx 
b/main/connectivity/source/commontools/TKeyColumns.cxx
index 080599ff61..dcef7cbf05 100644
--- a/main/connectivity/source/commontools/TKeyColumns.cxx
+++ b/main/connectivity/source/commontools/TKeyColumns.cxx
@@ -59,7 +59,7 @@ sdbcx::ObjectType OKeyColumnsHelper::createObject(const 
::rtl::OUString& _rName)
        
m_pKey->getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_SCHEMANAME))
   >>= aSchema;
        
m_pKey->getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) 
                >>= aTable;
 
-       // frist get the related column to _rName
+       // first get the related column to _rName
        Reference< XResultSet > xResult = 
m_pKey->getTable()->getMetaData()->getImportedKeys(
                        
m_pKey->getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_CATALOGNAME)),aSchema,aTable);
 
@@ -104,7 +104,7 @@ sdbcx::ObjectType OKeyColumnsHelper::createObject(const 
::rtl::OUString& _rName)
                                }
                                catch(const SQLException&)
                                {
-                                       // somethimes we get an error when 
asking for this param
+                                       // sometimes we get an error when 
asking for this param
                                }
 
                                OKeyColumn* pRet = new 
OKeyColumn(aRefColumnName,
diff --git a/main/dbaccess/source/core/api/tablecontainer.cxx 
b/main/dbaccess/source/core/api/tablecontainer.cxx
index c68eb69293..42851f2c97 100644
--- a/main/dbaccess/source/core/api/tablecontainer.cxx
+++ b/main/dbaccess/source/core/api/tablecontainer.cxx
@@ -271,7 +271,7 @@ Reference< XPropertySet > 
OTableContainer::createDescriptor()
     RTL_LOGFILE_CONTEXT_AUTHOR( aLogger, "api", "[email protected]", 
"OTableContainer::createDescriptor" );
        Reference< XPropertySet > xRet;
 
-       // frist we have to look if the master tables does support this
+       // first we have to look if the master tables does support this
        // and if then create a table object as well with the master tables
        Reference<XColumnsSupplier > xMasterColumnsSup;
        Reference<XDataDescriptorFactory> 
xDataFactory(m_xMasterContainer,UNO_QUERY);
diff --git a/main/dbaccess/source/core/api/viewcontainer.cxx 
b/main/dbaccess/source/core/api/viewcontainer.cxx
index 5a10e6858f..c1924feba4 100644
--- a/main/dbaccess/source/core/api/viewcontainer.cxx
+++ b/main/dbaccess/source/core/api/viewcontainer.cxx
@@ -122,7 +122,7 @@ ObjectType OViewContainer::createObject(const 
::rtl::OUString& _rName)
 Reference< XPropertySet > OViewContainer::createDescriptor()
 {
        Reference< XPropertySet > xRet;
-       // frist we have to look if the master tables does support this
+       // first we have to look if the master tables does support this
        // and if then create a table object as well with the master tables
        Reference<XColumnsSupplier > xMasterColumnsSup;
        Reference<XDataDescriptorFactory> 
xDataFactory(m_xMasterContainer,UNO_QUERY);
diff --git a/main/filter/source/xslt/import/uof/uof2odf_presentation.xsl 
b/main/filter/source/xslt/import/uof/uof2odf_presentation.xsl
index d999cbca90..8b3bd37d9f 100644
--- a/main/filter/source/xslt/import/uof/uof2odf_presentation.xsl
+++ b/main/filter/source/xslt/import/uof/uof2odf_presentation.xsl
@@ -2288,7 +2288,7 @@
        <xsl:template name="drawpoints">
                <xsl:param name="points"/>
                <xsl:param name="value"/>
-               <xsl:variable name="frist-piont">
+               <xsl:variable name="first-point">
                        <xsl:value-of 
select="substring-before($points,'lineto')"/>
                </xsl:variable>
                <xsl:variable name="other-points">
@@ -2297,10 +2297,10 @@
                <xsl:choose>
                        <xsl:when test="contains($other-points,'lineto')">
                                <xsl:variable name="x-coor">
-                                       <xsl:value-of 
select="substring-before($frist-piont,' ') * 1000"/>
+                                       <xsl:value-of 
select="substring-before($first-point,' ') * 1000"/>
                                </xsl:variable>
                                <xsl:variable name="y-coor">
-                                       <xsl:value-of 
select="substring-after($frist-piont,' ') * 1000"/>
+                                       <xsl:value-of 
select="substring-after($first-point,' ') * 1000"/>
                                </xsl:variable>
                                <xsl:variable name="all-points">
                                        <xsl:value-of 
select="concat($value,$x-coor,',',$y-coor,' ')"/>
@@ -2312,10 +2312,10 @@
                        </xsl:when>
                        <xsl:otherwise>
                                <xsl:variable name="q-x-coor">
-                                       <xsl:value-of 
select="substring-before($frist-piont,' ') * 1000"/>
+                                       <xsl:value-of 
select="substring-before($first-point,' ') * 1000"/>
                                </xsl:variable>
                                <xsl:variable name="q-y-coor">
-                                       <xsl:value-of 
select="substring-after($frist-piont,' ') * 1000"/>
+                                       <xsl:value-of 
select="substring-after($first-point,' ') * 1000"/>
                                </xsl:variable>
                                <xsl:variable name="e-x-coor">
                                        <xsl:value-of 
select="substring-before($other-points,' ') * 1000"/>
diff --git a/main/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl 
b/main/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
index 9275e853cb..71be338753 100644
--- a/main/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
+++ b/main/filter/source/xslt/import/uof/uof2odf_spreadsheet.xsl
@@ -3926,7 +3926,7 @@
        <xsl:template name="drawpoints">
                <xsl:param name="points"/>
                <xsl:param name="value"/>
-               <xsl:variable name="frist-piont">
+               <xsl:variable name="first-point">
                        <xsl:value-of 
select="substring-before($points,'lineto')"/>
                </xsl:variable>
                <xsl:variable name="other-points">
@@ -3935,10 +3935,10 @@
                <xsl:choose>
                        <xsl:when test="contains($other-points,'lineto')">
                                <xsl:variable name="x-coor">
-                                       <xsl:value-of 
select="substring-before($frist-piont,' ') * 1000"/>
+                                       <xsl:value-of 
select="substring-before($first-point,' ') * 1000"/>
                                </xsl:variable>
                                <xsl:variable name="y-coor">
-                                       <xsl:value-of 
select="substring-after($frist-piont,' ') * 1000"/>
+                                       <xsl:value-of 
select="substring-after($first-point,' ') * 1000"/>
                                </xsl:variable>
                                <xsl:variable name="all-points">
                                        <xsl:value-of 
select="concat($value,$x-coor,',',$y-coor,' ')"/>
@@ -3950,10 +3950,10 @@
                        </xsl:when>
                        <xsl:otherwise>
                                <xsl:variable name="q-x-coor">
-                                       <xsl:value-of 
select="substring-before($frist-piont,' ') * 1000"/>
+                                       <xsl:value-of 
select="substring-before($first-point,' ') * 1000"/>
                                </xsl:variable>
                                <xsl:variable name="q-y-coor">
-                                       <xsl:value-of 
select="substring-after($frist-piont,' ') * 1000"/>
+                                       <xsl:value-of 
select="substring-after($first-point,' ') * 1000"/>
                                </xsl:variable>
                                <xsl:variable name="e-x-coor">
                                        <xsl:value-of 
select="substring-before($other-points,' ') * 1000"/>
diff --git a/main/filter/source/xslt/import/uof2/uof2odf.xsl 
b/main/filter/source/xslt/import/uof2/uof2odf.xsl
index 363c7f26f9..6479db6478 100644
--- a/main/filter/source/xslt/import/uof2/uof2odf.xsl
+++ b/main/filter/source/xslt/import/uof2/uof2odf.xsl
@@ -8965,7 +8965,7 @@ 
iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAKElEQVR4nGNRZrhz57+yCuNdBjCAs1kg
                <xsl:param name="points"/>
                <xsl:param name="value"/>
                <xsl:if test="$points">
-                       <xsl:variable name="frist-piont">
+                       <xsl:variable name="first-point">
                                <xsl:value-of 
select="substring-before($points,'lineto')"/>
                        </xsl:variable>
                        <xsl:variable name="other-points">
@@ -8974,10 +8974,10 @@ 
iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAKElEQVR4nGNRZrhz57+yCuNdBjCAs1kg
                        <xsl:choose>
                                <xsl:when 
test="contains($other-points,'lineto')">
                                        <xsl:variable name="x-coor">
-                                               <xsl:value-of 
select="number(substring-before($frist-piont,' ')) * 1000"/>
+                                               <xsl:value-of 
select="number(substring-before($first-point,' ')) * 1000"/>
                                        </xsl:variable>
                                        <xsl:variable name="y-coor">
-                                               <xsl:value-of 
select="number(substring-after($frist-piont,' ')) * 1000"/>
+                                               <xsl:value-of 
select="number(substring-after($first-point,' ')) * 1000"/>
                                        </xsl:variable>
                                        <xsl:call-template name="DrawPoints">
                                                <xsl:with-param name="points" 
select="$other-points"/>
@@ -8986,10 +8986,10 @@ 
iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAIAAABLbSncAAAAKElEQVR4nGNRZrhz57+yCuNdBjCAs1kg
                                </xsl:when>
                                <xsl:otherwise>
                                        <xsl:variable name="q-x-coor">
-                                               <xsl:value-of 
select="number(substring-before($frist-piont,' ')) * 1000"/>
+                                               <xsl:value-of 
select="number(substring-before($first-point,' ')) * 1000"/>
                                        </xsl:variable>
                                        <xsl:variable name="q-y-coor">
-                                               <xsl:value-of 
select="number(substring-after($frist-piont,' ')) * 1000"/>
+                                               <xsl:value-of 
select="number(substring-after($first-point,' ')) * 1000"/>
                                        </xsl:variable>
                                        <xsl:variable name="e-x-coor">
                                                <xsl:value-of 
select="number(substring-before($other-points,' ')) * 1000"/>
diff --git a/main/helpcontent2/source/text/swriter/main0110.xhp 
b/main/helpcontent2/source/text/swriter/main0110.xhp
index 862fdc5208..e1d4590396 100644
--- a/main/helpcontent2/source/text/swriter/main0110.xhp
+++ b/main/helpcontent2/source/text/swriter/main0110.xhp
@@ -101,7 +101,7 @@
 <paragraph role="heading" id="par_idN1092F" xml-lang="en-US" level="2" 
l10n="NEW">Formula</paragraph>
 <paragraph role="paragraph" id="par_idN10933" xml-lang="en-US" 
l10n="CHG">Opens the <link href="text/swriter/main0214.xhp">Formula bar</link> 
to enter or edit a formula.</paragraph>
 <paragraph role="heading" id="par_idN1060F" xml-lang="en-US" level="2" 
l10n="NEW">Number Format</paragraph>
-<paragraph role="paragraph" id="par_idN107AC" xml-lang="en-US" 
l10n="NEW">Opens <link href="text/shared/optionen/01040500.xhp">a dialog</link> 
where you can specifiy the format of numbers in the table.</paragraph>
+<paragraph role="paragraph" id="par_idN107AC" xml-lang="en-US" 
l10n="NEW">Opens <link href="text/shared/optionen/01040500.xhp">a dialog</link> 
where you can specify the format of numbers in the table.</paragraph>
 <paragraph role="heading" id="par_idN10613" xml-lang="en-US" level="2" 
l10n="CHG">Table Boundaries</paragraph>
 <paragraph role="paragraph" id="par_idN107CA" xml-lang="en-US" 
l10n="CHG">Shows or hides the boundaries around table cells. The boundaries are 
only visible on screen and are not printed.</paragraph>
 <bookmark xml-lang="en-US" branch="hid/20459" id="bm_id4031800" 
localize="false"/>
diff --git a/main/i18npool/source/breakiterator/breakiteratorImpl.cxx 
b/main/i18npool/source/breakiterator/breakiteratorImpl.cxx
index 4f3c1afb06..1e27b00d01 100644
--- a/main/i18npool/source/breakiterator/breakiteratorImpl.cxx
+++ b/main/i18npool/source/breakiterator/breakiteratorImpl.cxx
@@ -145,7 +145,7 @@ Boundary SAL_CALL BreakIteratorImpl::previousWord( const 
OUString& Text, sal_Int
 
         sal_Int32 nPos = skipSpace(Text, nStartPos, len, rWordType, sal_False);
 
-        // if some spaces are skiped, and the script type is Asian with no CJK 
rLocale, we have to return
+        // if some spaces are skipped, and the script type is Asian with no 
CJK rLocale, we have to return
         // (nStartPos, -1) for caller to send correct rLocale for loading 
correct dictionary.
         result.startPos = nPos;
         if (nPos != nStartPos && nPos > 0 && !isCJK(rLocale) && 
getScriptClass(Text.iterateCodePoints(&nPos, -1)) == ScriptType::ASIAN) {
diff --git 
a/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java
 
b/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java
index 0de600fbf0..fd9a230b45 100644
--- 
a/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java
+++ 
b/main/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/comp/test/Thumbs.java
@@ -50,7 +50,7 @@ public class Thumbs {
             System.out.println("ImageShrink component successfully 
instantiated");
 
             java.io.File f = new java.io.File(".");          
-            System.out.println("set SourceDrectory ...");              
+            System.out.println("set SourceDirectory ...");
             xImageShrinkFilter.setSourceDirectory(f.getCanonicalPath());
             
             System.out.println("source Directory = "
diff --git a/main/offapi/com/sun/star/presentation/XSlideShowController.idl 
b/main/offapi/com/sun/star/presentation/XSlideShowController.idl
index 847778d9dc..dc1166aa92 100644
--- a/main/offapi/com/sun/star/presentation/XSlideShowController.idl
+++ b/main/offapi/com/sun/star/presentation/XSlideShowController.idl
@@ -127,19 +127,19 @@ interface XSlideShowController
        
//------------------------------------------------------------------------- 
 
        /** goto and display next slide.
-               <p>Remaining effects on the current slide will be skiped.*/
+               <p>Remaining effects on the current slide will be skipped.*/
        void gotoNextSlide();
 
        
//------------------------------------------------------------------------- 
 
        /** goto and display previous slide.
-               <p>Remaining effects on the current slide will be skiped.*/
+               <p>Remaining effects on the current slide will be skipped.*/
        void gotoPreviousSlide();
 
        
//------------------------------------------------------------------------- 
 
        /** goto and display last slide.
-               <p>Remaining effects on the current slide will be skiped.*/
+               <p>Remaining effects on the current slide will be skipped.*/
        void gotoLastSlide();
 
        
//------------------------------------------------------------------------- 
diff --git 
a/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/util/WeakMap.java 
b/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/util/WeakMap.java
index 97e0cf29a6..a632120baf 100644
--- a/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/util/WeakMap.java
+++ b/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/util/WeakMap.java
@@ -264,7 +264,7 @@ public final class WeakMap implements Map {
 
     // cleanUp must only be called from within modifying methods.  Otherwise,
     // the implementations of entrySet, keySet and values would break
-    // (specificially, iterating over the collections returned by those
+    // (specifically, iterating over the collections returned by those
     // methods), as non-modifying methods might modify the underlying map.
     private void cleanUp() {
         for (;;) {
diff --git a/main/sd/source/ui/view/outlview.cxx 
b/main/sd/source/ui/view/outlview.cxx
index 092dd97504..05bfc67b36 100644
--- a/main/sd/source/ui/view/outlview.cxx
+++ b/main/sd/source/ui/view/outlview.cxx
@@ -1488,11 +1488,11 @@ Paragraph* OutlineView::GetParagraphForPage( 
::Outliner* pOutl, SdPage* pPage )
                // if this paragraph is a page ...
                if( mpOutliner->HasParaFlag(pPara,PARAFLAG_ISPAGE) )
                {
-                       // see if we already skiped enough pages
+                       // see if we already skipped enough pages
                        if( 0 == nPagesToSkip )
                                break;  // and if so, end the loop
 
-                       // we skiped another page
+                       // we skipped another page
                        nPagesToSkip--;
                }
 
diff --git a/main/slideshow/source/engine/usereventqueue.cxx 
b/main/slideshow/source/engine/usereventqueue.cxx
index 1979848d25..398aa5ec71 100644
--- a/main/slideshow/source/engine/usereventqueue.cxx
+++ b/main/slideshow/source/engine/usereventqueue.cxx
@@ -303,7 +303,7 @@ public:
           mbSkipTriggersNextEffect(true) {}
 
     /** Remember to trigger (or not to trigger) the next effect after the
-        current effect is skiped.
+        current effect is skipped.
     */
     void setSkipTriggersNextEffect (const bool bSkipTriggersNextEffect)
     { mbSkipTriggersNextEffect = bSkipTriggersNextEffect; }
diff --git a/main/testgraphical/source/cwstestresult.pl 
b/main/testgraphical/source/cwstestresult.pl
index 40f561e5e1..219ca3f0d2 100644
--- a/main/testgraphical/source/cwstestresult.pl
+++ b/main/testgraphical/source/cwstestresult.pl
@@ -193,12 +193,12 @@ sub usage
     print STDERR "\t-M master\t\toverride MWS specified in environment\n";
     print STDERR "\t-m milestone\t\toverride milestone specified in 
environment\n";
     print STDERR "\t-c child\t\toverride CWS specified in environment\n";
-    print STDERR "\t-n testrunName\t\tspecifiy name of the test\n";
+    print STDERR "\t-n testrunName\t\tspecify name of the test\n";
     print STDERR "\t-p testrunPlatform\tspecify platform where the test ran 
on\n";
     print STDERR "\t-r resultPage\t\tspecify name of attachment or 
hyperlink\n";
     print STDERR "\t\t\t\tfor resultPage\n";
 
 
     print STDERR "\nExample:\n";
-    print STDERR "\tcwstestresult -c mycws -n Performance -p Windows -r 
PerfomanceTestWindows.html ok\n";
+    print STDERR "\tcwstestresult -c mycws -n Performance -p Windows -r 
PerformanceTestWindows.html ok\n";
 }
diff --git a/main/udkapi/com/sun/star/io/XAsyncOutputMonitor.idl 
b/main/udkapi/com/sun/star/io/XAsyncOutputMonitor.idl
index 467cda4a02..8ffdd7f0e9 100644
--- a/main/udkapi/com/sun/star/io/XAsyncOutputMonitor.idl
+++ b/main/udkapi/com/sun/star/io/XAsyncOutputMonitor.idl
@@ -72,8 +72,8 @@ interface XAsyncOutputMonitor {
        <code>waitForCompletion</code> has very specific semantics&mdash;it just
        blocks long enough so that any errors encountered during previous calls
        to <member scope="com::sun::star::io">XOutputStream::writeBytes</member>
-       can reliably be reported.  It specificially does not guarantee that any
-       data have savely been stored on a stable physical medium, like a hard
+       can reliably be reported.  It specifically does not guarantee that any
+       data have safely been stored on a stable physical medium, like a hard
        disk (and it is completely unspecified whether <code>flush</code> should
        give this guarantee).</p>
 

Reply via email to