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 616ffeaeef Fixed typos
616ffeaeef is described below

commit 616ffeaeef0e0c3fd2e48b0c8d4e7aa772723387
Author: mseidel <[email protected]>
AuthorDate: Thu May 29 14:24:00 2025 +0200

    Fixed typos
---
 .../qa/complex/connectivity/dbase/DBaseStringFunctions.java         | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/main/connectivity/qa/complex/connectivity/dbase/DBaseStringFunctions.java 
b/main/connectivity/qa/complex/connectivity/dbase/DBaseStringFunctions.java
index b4f908ace5..03a0b5143c 100644
--- a/main/connectivity/qa/complex/connectivity/dbase/DBaseStringFunctions.java
+++ b/main/connectivity/qa/complex/connectivity/dbase/DBaseStringFunctions.java
@@ -72,7 +72,7 @@ public class DBaseStringFunctions extends SubTestCase
         }
         try
         {
-            acsii(xRowRes);
+            ascii(xRowRes);
         }
         catch (SQLException ex)
         {
@@ -227,10 +227,10 @@ public class DBaseStringFunctions extends SubTestCase
         where = temp;
     }
 
-    private void acsii(final XRowSet xRowRes) throws 
com.sun.star.uno.Exception, com.sun.star.beans.UnknownPropertyException
+    private void ascii(final XRowSet xRowRes) throws 
com.sun.star.uno.Exception, com.sun.star.beans.UnknownPropertyException
     {
         final XRow row = execute(xRowRes, "ASCII('2') ");
-        assure("acsii('2') failed!", row.getInt(1) == 50);
+        assure("ascii('2') failed!", row.getInt(1) == 50);
     }
 
     private void char_length(final XRowSet xRowRes) throws 
com.sun.star.uno.Exception, com.sun.star.beans.UnknownPropertyException

Reply via email to