summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java')
-rw-r--r--qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java b/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java
index dc5948e4a8b5..8bbac3cac328 100644
--- a/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java
+++ b/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java
@@ -78,7 +78,7 @@ public class _XResultSetUpdate extends MultiMethodTest {
public void update() throws SQLException ;
/**
* Checks if updates made by method <code>update</code> was
- * commited to the data source.
+ * committed to the data source.
*/
public boolean wasUpdated() throws SQLException ;
/**
@@ -136,7 +136,7 @@ public class _XResultSetUpdate extends MultiMethodTest {
/**
* Using relation methods first updates some data in the current
* row, then calls <code>updateRow</code> method to commit data.
- * Then checks if the data changed was commited. <p>
+ * Then checks if the data changed was committed. <p>
* Executes <code>moveToCurrentRow</code> method test before to
* be sure that cursor is not on the insert row. <p>
* Has OK status if data in the source was changed.
@@ -159,7 +159,7 @@ public class _XResultSetUpdate extends MultiMethodTest {
/**
* Using relation methods first updates some data in the current
* row, then calls <code>cancelRowUpdates</code> method.
- * Then checks if the data changed was not commited. <p>
+ * Then checks if the data changed was not committed. <p>
* Executes <code>moveToCurrentRow</code> method test before to
* be sure that cursor is not on the insert row. <p>
* Has OK status if data in the source was not changed.