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 3d21f27c67 Fix spelling (#430)
3d21f27c67 is described below

commit 3d21f27c6741f87d206128acb9f16c58b8aa799b
Author: John Bampton <[email protected]>
AuthorDate: Tue Oct 28 19:49:07 2025 +1000

    Fix spelling (#430)
    
    Regenerate the ignored words list `codespell.txt`
---
 main/odk/examples/java/Storage/Test06.java         | 24 +++++++++++-----------
 main/package/qa/ofopxmlstorages/Test06.java        | 24 +++++++++++-----------
 main/package/qa/storages/Test06.java               | 24 +++++++++++-----------
 .../java/ifc/accessibility/_XAccessibleText.java   |  4 ++--
 main/qadevOOo/tests/java/ifc/sdb/_DataSource.java  |  2 +-
 .../toolkit/accessibility/_XAccessibleText.java    |  2 +-
 6 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/main/odk/examples/java/Storage/Test06.java 
b/main/odk/examples/java/Storage/Test06.java
index ae8e755eeb..14ba878f5b 100644
--- a/main/odk/examples/java/Storage/Test06.java
+++ b/main/odk/examples/java/Storage/Test06.java
@@ -77,7 +77,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion 
because of illegal parameter : " + e );
+                               m_aTestHelper.Error( "Unexpected exception 
because of illegal parameter : " + e );
                                return false;
                        }
 
@@ -105,7 +105,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of try to open nonexistent stream for reading : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of try to open nonexistent stream for reading : " + e );
                                return false;
                        }
 
@@ -120,7 +120,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of try to open nonexistent storage for reading : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of try to open nonexistent storage for reading : " + e );
                                return false;
                        }
 
@@ -135,7 +135,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of try to remove nonexistent element : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of try to remove nonexistent element : " + e );
                                return false;
                        }
 
@@ -150,7 +150,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of try to rename nonexistent element : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of try to rename nonexistent element : " + e );
                                return false;
                        }
 
@@ -165,7 +165,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of try to rename to the name of existent element : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of try to rename to the name of existent element : " + e );
                                return false;
                        }
 
@@ -182,7 +182,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case empty reference is provieded as target for copying : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case empty reference is provided as target for copying : " + e );
                                return false;
                        }
 
@@ -199,7 +199,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case empty reference is provieded as target for moving : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case empty reference is provided as target for moving : " + e );
                                return false;
                        }
 
@@ -236,7 +236,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of copying of nonexistent element: " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of copying of nonexistent element: " + e );
                                return false;
                        }
 
@@ -251,7 +251,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of moving of nonexistent element: " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of moving of nonexistent element: " + e );
                                return false;
                        }
 
@@ -266,7 +266,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case target for copying already exists: " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case target for copying already exists: " + e );
                                return false;
                        }
 
@@ -281,7 +281,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case target for moving already exists: " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case target for moving already exists: " + e );
                                return false;
                        }
 
diff --git a/main/package/qa/ofopxmlstorages/Test06.java 
b/main/package/qa/ofopxmlstorages/Test06.java
index 8a13c2da72..79a38a0e9c 100644
--- a/main/package/qa/ofopxmlstorages/Test06.java
+++ b/main/package/qa/ofopxmlstorages/Test06.java
@@ -77,7 +77,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion 
because of illegal parameter : " + e );
+                               m_aTestHelper.Error( "Unexpected exception 
because of illegal parameter : " + e );
                                return false;
                        }
 
@@ -105,7 +105,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of try to open nonexistent stream for reading : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of try to open nonexistent stream for reading : " + e );
                                return false;
                        }
 
@@ -120,7 +120,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of try to open nonexistent storage for reading : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of try to open nonexistent storage for reading : " + e );
                                return false;
                        }
 
@@ -135,7 +135,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of try to remove nonexistent element : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of try to remove nonexistent element : " + e );
                                return false;
                        }
 
@@ -150,7 +150,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of try to rename nonexistent element : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of try to rename nonexistent element : " + e );
                                return false;
                        }
 
@@ -165,7 +165,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of try to rename to the name of existent element : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of try to rename to the name of existent element : " + e );
                                return false;
                        }
 
@@ -182,7 +182,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case empty reference is provieded as target for copying : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case empty reference is provided as target for copying : " + e );
                                return false;
                        }
 
@@ -199,7 +199,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case empty reference is provieded as target for moving : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case empty reference is provided as target for moving : " + e );
                                return false;
                        }
 
@@ -235,7 +235,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of copying of nonexistent element: " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of copying of nonexistent element: " + e );
                                return false;
                        }
 
@@ -250,7 +250,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of moving of nonexistent element: " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of moving of nonexistent element: " + e );
                                return false;
                        }
 
@@ -265,7 +265,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case target for copying already exists: " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case target for copying already exists: " + e );
                                return false;
                        }
 
@@ -280,7 +280,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case target for moving already exists: " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case target for moving already exists: " + e );
                                return false;
                        }
 
diff --git a/main/package/qa/storages/Test06.java 
b/main/package/qa/storages/Test06.java
index 23f6f2c9d4..842d492dea 100644
--- a/main/package/qa/storages/Test06.java
+++ b/main/package/qa/storages/Test06.java
@@ -78,7 +78,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion 
because of illegal parameter : " + e );
+                               m_aTestHelper.Error( "Unexpected exception 
because of illegal parameter : " + e );
                                return false;
                        }
 
@@ -106,7 +106,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of try to open nonexistent stream for reading : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of try to open nonexistent stream for reading : " + e );
                                return false;
                        }
 
@@ -121,7 +121,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of try to open nonexistent storage for reading : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of try to open nonexistent storage for reading : " + e );
                                return false;
                        }
 
@@ -136,7 +136,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of try to remove nonexistent element : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of try to remove nonexistent element : " + e );
                                return false;
                        }
 
@@ -151,7 +151,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of try to rename nonexistent element : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of try to rename nonexistent element : " + e );
                                return false;
                        }
 
@@ -166,7 +166,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of try to rename to the name of existent element : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of try to rename to the name of existent element : " + e );
                                return false;
                        }
 
@@ -183,7 +183,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case empty reference is provieded as target for copying : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case empty reference is provided as target for copying : " + e );
                                return false;
                        }
 
@@ -200,7 +200,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case empty reference is provieded as target for moving : " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case empty reference is provided as target for moving : " + e );
                                return false;
                        }
 
@@ -237,7 +237,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of copying of nonexistent element: " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of copying of nonexistent element: " + e );
                                return false;
                        }
 
@@ -252,7 +252,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case of moving of nonexistent element: " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case of moving of nonexistent element: " + e );
                                return false;
                        }
 
@@ -267,7 +267,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case target for copying already exists: " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case target for copying already exists: " + e );
                                return false;
                        }
 
@@ -282,7 +282,7 @@ public class Test06 implements StorageTest {
                        {}
                        catch( Exception e )
                        {
-                               m_aTestHelper.Error( "Unexpected excepion in 
case target for moving already exists: " + e );
+                               m_aTestHelper.Error( "Unexpected exception in 
case target for moving already exists: " + e );
                                return false;
                        }
 
diff --git a/main/qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java 
b/main/qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java
index bf8052ea5e..f8e167205f 100644
--- a/main/qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java
+++ b/main/qadevOOo/tests/java/ifc/accessibility/_XAccessibleText.java
@@ -662,7 +662,7 @@ public class _XAccessibleText extends MultiMethodTest {
         try {
             log.print("setSelection(-1, chCount-1):");
             locRes = oObj.setSelection(-1, chCount - 1);
-            log.println(locRes + " excepion was expected");
+            log.println(locRes + " exception was expected");
             res &= !locRes;
         } catch (com.sun.star.lang.IndexOutOfBoundsException e) {
             log.println("Expected exception");
@@ -672,7 +672,7 @@ public class _XAccessibleText extends MultiMethodTest {
         try {
             log.print("setSelection(0, chCount+1):");
             locRes = oObj.setSelection(0, chCount + 1);
-            log.println(locRes + " excepion was expected");
+            log.println(locRes + " exception was expected");
             res &= !locRes;
         } catch (com.sun.star.lang.IndexOutOfBoundsException e) {
             log.println("Expected exception");
diff --git a/main/qadevOOo/tests/java/ifc/sdb/_DataSource.java 
b/main/qadevOOo/tests/java/ifc/sdb/_DataSource.java
index 13f1b824ea..a2605ad00b 100644
--- a/main/qadevOOo/tests/java/ifc/sdb/_DataSource.java
+++ b/main/qadevOOo/tests/java/ifc/sdb/_DataSource.java
@@ -60,7 +60,7 @@ public class _DataSource extends MultiPropertyTest {
     *
     * After testing old value is set for this property. <p>
     *
-    * Result is OK: if property successfully changed with no excepions.
+    * Result is OK: if property successfully changed with no exceptions.
     * @see com.sun.star.beans.PropertyValue
     */
     public void _Info() {
diff --git 
a/main/toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java 
b/main/toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java
index ff3d9d53b2..d8a70c6426 100644
--- a/main/toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java
+++ b/main/toolkit/qa/complex/toolkit/accessibility/_XAccessibleText.java
@@ -542,7 +542,7 @@ public class _XAccessibleText {
         try {
             System.out.println("setSelection(0, chCount+1):");
             locRes = oObj.setSelection(0, chCount + 1);
-            System.out.println(locRes + " excepion was expected");
+            System.out.println(locRes + " exception was expected");
             res &= !locRes;
         } catch(com.sun.star.lang.IndexOutOfBoundsException e) {
             System.out.println("Expected exception");

Reply via email to