summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sdbcx/_XDeleteRows.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sdbcx/_XDeleteRows.java')
-rw-r--r--qadevOOo/tests/java/ifc/sdbcx/_XDeleteRows.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbcx/_XDeleteRows.java b/qadevOOo/tests/java/ifc/sdbcx/_XDeleteRows.java
index 1e412f27f5c4..af79864a52c8 100644
--- a/qadevOOo/tests/java/ifc/sdbcx/_XDeleteRows.java
+++ b/qadevOOo/tests/java/ifc/sdbcx/_XDeleteRows.java
@@ -43,7 +43,7 @@ public class _XDeleteRows extends MultiMethodTest {
* Retrieves bookmark using XRowLocate and deletes
* row pointed by this bookmark. <p>
* Has OK status if number of rows after deleting is less than before
- * and no exception rizes while method call, FAILED otherwise. <p>
+ * and no exception rises while method call, FAILED otherwise. <p>
*/
public void _deleteRows() {
XRowLocate xRowLocate = UnoRuntime.queryInterface(XRowLocate.class, oObj);