qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java |   32 +++++++++++++-------------
 1 file changed, 16 insertions(+), 16 deletions(-)

New commits:
commit d1c271bdbadd07681c59dd58fa05d0bbe84be139
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Wed Jun 19 21:50:36 2024 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Jun 19 22:53:46 2024 +0200

    Fix typo
    
    Change-Id: Ic6be6e966787bf03072adb02908e04e8c5616dc8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169233
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java 
b/qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java
index 88122513cc88..7f72be31d7e9 100644
--- a/qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java
+++ b/qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java
@@ -164,7 +164,7 @@ public class _XRowUpdate extends MultiMethodTest {
     /**
     * Updates column with the appropriate type (if exists) and then
     * checks result with interface <code>XRow</code>.<p>
-    * Has OK status if column successfully updated, ahd the same
+    * Has OK status if column successfully updated, and the same
     * result returned.
     */
     public void _updateBoolean() {
@@ -193,7 +193,7 @@ public class _XRowUpdate extends MultiMethodTest {
     /**
     * Updates column with the appropriate type (if exists) and then
     * checks result with interface <code>XRow</code>.<p>
-    * Has OK status if column successfully updated, ahd the same
+    * Has OK status if column successfully updated, and the same
     * result returned.
     */
     public void _updateByte() {
@@ -222,7 +222,7 @@ public class _XRowUpdate extends MultiMethodTest {
     /**
     * Updates column with the appropriate type (if exists) and then
     * checks result with interface <code>XRow</code>.<p>
-    * Has OK status if column successfully updated, ahd the same
+    * Has OK status if column successfully updated, and the same
     * result returned.
     */
     public void _updateShort() {
@@ -251,7 +251,7 @@ public class _XRowUpdate extends MultiMethodTest {
     /**
     * Updates column with the appropriate type (if exists) and then
     * checks result with interface <code>XRow</code>.<p>
-    * Has OK status if column successfully updated, ahd the same
+    * Has OK status if column successfully updated, and the same
     * result returned.
     */
     public void _updateInt() {
@@ -280,7 +280,7 @@ public class _XRowUpdate extends MultiMethodTest {
     /**
     * Updates column with the appropriate type (if exists) and then
     * checks result with interface <code>XRow</code>.<p>
-    * Has OK status if column successfully updated, ahd the same
+    * Has OK status if column successfully updated, and the same
     * result returned.
     */
     public void _updateLong() {
@@ -309,7 +309,7 @@ public class _XRowUpdate extends MultiMethodTest {
     /**
     * Updates column with the appropriate type (if exists) and then
     * checks result with interface <code>XRow</code>.<p>
-    * Has OK status if column successfully updated, ahd the same
+    * Has OK status if column successfully updated, and the same
     * result returned.
     */
     public void _updateFloat() {
@@ -338,7 +338,7 @@ public class _XRowUpdate extends MultiMethodTest {
     /**
     * Updates column with the appropriate type (if exists) and then
     * checks result with interface <code>XRow</code>.<p>
-    * Has OK status if column successfully updated, ahd the same
+    * Has OK status if column successfully updated, and the same
     * result returned.
     */
     public void _updateDouble() {
@@ -367,7 +367,7 @@ public class _XRowUpdate extends MultiMethodTest {
     /**
     * Updates column with the appropriate type (if exists) and then
     * checks result with interface <code>XRow</code>.<p>
-    * Has OK status if column successfully updated, ahd the same
+    * Has OK status if column successfully updated, and the same
     * result returned.
     */
     public void _updateString() {
@@ -398,7 +398,7 @@ public class _XRowUpdate extends MultiMethodTest {
     /**
     * Updates column with the appropriate type (if exists) and then
     * checks result with interface <code>XRow</code>.<p>
-    * Has OK status if column successfully updated, ahd the same
+    * Has OK status if column successfully updated, and the same
     * result returned.
     */
     public void _updateBytes() {
@@ -432,7 +432,7 @@ public class _XRowUpdate extends MultiMethodTest {
     /**
     * Updates column with the appropriate type (if exists) and then
     * checks result with interface <code>XRow</code>.<p>
-    * Has OK status if column successfully updated, ahd the same
+    * Has OK status if column successfully updated, and the same
     * result returned.
     */
     public void _updateDate() {
@@ -462,7 +462,7 @@ public class _XRowUpdate extends MultiMethodTest {
     /**
     * Updates column with the appropriate type (if exists) and then
     * checks result with interface <code>XRow</code>.<p>
-    * Has OK status if column successfully updated, ahd the same
+    * Has OK status if column successfully updated, and the same
     * result returned.
     */
     public void _updateTime() {
@@ -492,7 +492,7 @@ public class _XRowUpdate extends MultiMethodTest {
     /**
     * Updates column with the appropriate type (if exists) and then
     * checks result with interface <code>XRow</code>.<p>
-    * Has OK status if column successfully updated, ahd the same
+    * Has OK status if column successfully updated, and the same
     * result returned.
     */
     public void _updateTimestamp() {
@@ -523,7 +523,7 @@ public class _XRowUpdate extends MultiMethodTest {
     /**
     * Updates column with the appropriate type (if exists) and then
     * checks result with interface <code>XRow</code>.<p>
-    * Has OK status if column successfully updated, ahd the same
+    * Has OK status if column successfully updated, and the same
     * result returned.
     */
     public void _updateBinaryStream() {
@@ -560,7 +560,7 @@ public class _XRowUpdate extends MultiMethodTest {
     /**
     * Updates column with the appropriate type (if exists) and then
     * checks result with interface <code>XRow</code>.<p>
-    * Has OK status if column successfully updated, ahd the same
+    * Has OK status if column successfully updated, and the same
     * result returned.
     */
     public void _updateCharacterStream() {
@@ -597,7 +597,7 @@ public class _XRowUpdate extends MultiMethodTest {
     /**
     * Updates column with the appropriate type (if exists) and then
     * checks result with interface <code>XRow</code>.<p>
-    * Has OK status if column successfully updated, ahd the same
+    * Has OK status if column successfully updated, and the same
     * result returned.
     */
     public void _updateObject() {
@@ -630,7 +630,7 @@ public class _XRowUpdate extends MultiMethodTest {
     /**
     * Updates column with the appropriate type (if exists) and then
     * checks result with interface <code>XRow</code>.<p>
-    * Has OK status if column successfully updated, ahd the same
+    * Has OK status if column successfully updated, and the same
     * result returned.
     */
     public void _updateNumericObject() {

Reply via email to