summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-06-19 21:50:36 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-06-19 22:53:46 +0200
commitd1c271bdbadd07681c59dd58fa05d0bbe84be139 (patch)
treeac0cdbd4b203d1ad43ad4d37c7b1dfb682d642c1 /qadevOOo
parentcdcc76802d7dbdc78c344d25b754125ba161e8ad (diff)
Fix typo
Change-Id: Ic6be6e966787bf03072adb02908e04e8c5616dc8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169233 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/sdbc/_XRowUpdate.java32
1 files changed, 16 insertions, 16 deletions
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() {