diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 09:09:28 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:33:04 +0200 |
commit | 29368617fae1ae646a98d5faddce2b65c0a01ca2 (patch) | |
tree | c1d1e00b2a10b02632fb91c5f4cd4584ae3f1795 /qadevOOo | |
parent | 228f921beae3f882e1a0eccb62edc4baea3c67ec (diff) |
typo: curosr -> cursor
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java b/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java index 6d2a6bb57152..33a903ee27fe 100644 --- a/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java +++ b/qadevOOo/tests/java/ifc/sdbc/_XResultSetUpdate.java @@ -194,7 +194,7 @@ public class _XResultSetUpdate extends MultiMethodTest { /** * Returns cursor from insert row back to previous row. <p> * <code>moveToInsertRow</code> method test must be executed - * first for positioning curosr to insert row. <p> + * first for positioning cursor to insert row. <p> * Has OK status if after method call current row number is * above 0. */ |