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

commit b06c29ab525346972afe59a2371429d3e9c17666
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Sat Jan 25 03:42:45 2025 +1000

    Fix spelling (#254)
    
    * Fix spelling
    
    * Update ignored words list codespell.txt
---
 .github/linters/codespell.txt                                       | 6 ------
 main/dbaccess/source/ui/control/RelationControl.cxx                 | 2 +-
 main/dbaccess/source/ui/inc/FieldDescriptions.hxx                   | 2 +-
 main/dbaccess/source/ui/inc/TableCopyHelper.hxx                     | 2 +-
 .../qadevOOo/java/OOoRunner/src/main/java/ifc/io/_XInputStream.java | 2 +-
 main/sc/source/ui/view/tabcont.cxx                                  | 2 +-
 main/svx/source/inc/docrecovery.hxx                                 | 2 +-
 main/svx/source/unodraw/unoprov.cxx                                 | 2 +-
 8 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index 3621a5076e..486db68cd6 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -1250,11 +1250,8 @@ easyly
 eather
 eception
 ect
-ecxept
-ecxtracted
 ede
 edn
-eescription
 effekt
 effiency
 effient
@@ -1264,7 +1261,6 @@ egal
 egals
 egde
 ege
-eihter
 einstance
 eiter
 eith
@@ -1275,13 +1271,11 @@ elemnt
 elenment
 elimiate
 elipse
-elliminate
 elment
 elseswhere
 embedd
 embeddeding
 embeded
-emegrency
 empress
 emptry
 emtpy
diff --git a/main/dbaccess/source/ui/control/RelationControl.cxx 
b/main/dbaccess/source/ui/control/RelationControl.cxx
index eaa9f0cce9..3a860df764 100644
--- a/main/dbaccess/source/ui/control/RelationControl.cxx
+++ b/main/dbaccess/source/ui/control/RelationControl.cxx
@@ -109,7 +109,7 @@ namespace dbaui
                        @param  _nColId
                                        the column id SOURCE_COLUMN or 
DEST_COLUMN
 
-                       @return the current column id eihter SOURCE_COLUMN or 
DEST_COLUMN depends on the connection data
+                       @return the current column id either SOURCE_COLUMN or 
DEST_COLUMN depends on the connection data
                */
                sal_uInt16 getColumnIdent( sal_uInt16 _nColId ) const;
        public:
diff --git a/main/dbaccess/source/ui/inc/FieldDescriptions.hxx 
b/main/dbaccess/source/ui/inc/FieldDescriptions.hxx
index 8f13406dbd..3f4f0dbca4 100644
--- a/main/dbaccess/source/ui/inc/FieldDescriptions.hxx
+++ b/main/dbaccess/source/ui/inc/FieldDescriptions.hxx
@@ -99,7 +99,7 @@ namespace dbaui
                void SetPrimaryKey(sal_Bool _bPKey);                            
                                        
                void SetCurrency(sal_Bool _bIsCurrency);
 
-               /** copies the content of the field eescription into the column
+               /** copies the content of the field description into the column
                        @param  _rxColumn the dest
                */
                void copyColumnSettingsTo(const 
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& 
_rxColumn);
diff --git a/main/dbaccess/source/ui/inc/TableCopyHelper.hxx 
b/main/dbaccess/source/ui/inc/TableCopyHelper.hxx
index 43a0c0304e..6b353ce701 100644
--- a/main/dbaccess/source/ui/inc/TableCopyHelper.hxx
+++ b/main/dbaccess/source/ui/inc/TableCopyHelper.hxx
@@ -186,7 +186,7 @@ namespace dbaui
             const SharedConnection& _xDestConnection
         );
 
-               /** insert a table into the data source. The source can eihter 
be a table or a query
+               /** insert a table into the data source. The source can either 
be a table or a query
                */
                void insertTable(
                        const ::rtl::OUString& i_rSourceDataSource,
diff --git 
a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/_XInputStream.java 
b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/_XInputStream.java
index 25b3ea16db..82d3a27ebb 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/_XInputStream.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/_XInputStream.java
@@ -62,7 +62,7 @@ public class _XInputStream extends MultiMethodTest {
     int bytesReady = 0 ;
 
     /**
-     * Before the test, the stream writer and the data are ecxtracted from
+     * Before the test, the stream writer and the data are extracted from
      * the object relations and the data is written to the stream.
      */
     public void before() {
diff --git a/main/sc/source/ui/view/tabcont.cxx 
b/main/sc/source/ui/view/tabcont.cxx
index 77ad0439f5..b21e1b76ee 100644
--- a/main/sc/source/ui/view/tabcont.cxx
+++ b/main/sc/source/ui/view/tabcont.cxx
@@ -181,7 +181,7 @@ void ScTabControl::MouseButtonUp( const MouseEvent& rMEvt )
     if( nMouseClickPageId == 0 )
     {
         // Click in the area next to the existing tabs:
-        // #i70320# if several sheets are selected, deselect all ecxept the 
current sheet,
+        // #i70320# if several sheets are selected, deselect all except the 
current sheet,
         // otherwise add new sheet
         sal_uInt16 nSlot = ( GetSelectPageCount() > 1 ) ? FID_TAB_DESELECTALL 
: FID_INS_TABLE;
         SfxDispatcher* pDispatcher = 
pViewData->GetViewShell()->GetViewFrame()->GetDispatcher();
diff --git a/main/svx/source/inc/docrecovery.hxx 
b/main/svx/source/inc/docrecovery.hxx
index dee071591f..0f0a6b6248 100644
--- a/main/svx/source/inc/docrecovery.hxx
+++ b/main/svx/source/inc/docrecovery.hxx
@@ -553,7 +553,7 @@ class SaveProgressDialog : public ModalDialog
                     is used automatically.
 
             @param  pCore
-                    used to start emegrency save.
+                    used to start emergency save.
          */
         SaveProgressDialog(Window*       pParent,
                            RecoveryCore* pCore  );
diff --git a/main/svx/source/unodraw/unoprov.cxx 
b/main/svx/source/unodraw/unoprov.cxx
index cfedcbca12..27f097b55d 100644
--- a/main/svx/source/unodraw/unoprov.cxx
+++ b/main/svx/source/unodraw/unoprov.cxx
@@ -1240,7 +1240,7 @@ bool SvxUnoConvertResourceString( int nSourceResIds, int 
nDestResIds, int nCount
 //   these have to be in front of others
 //
 // It would be nice to:
-// - evtl. organize these in a single array with 2-dimensional inner to 
elliminate
+// - evtl. organize these in a single array with 2-dimensional inner to 
eliminate
 //   the possibility to define it wrong
 // - change the compare to also work when a shorter name is in front of a 
longer one
 

Reply via email to