summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/PreparedStatement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/PreparedStatement.idl')
-rw-r--r--offapi/com/sun/star/sdbc/PreparedStatement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdbc/PreparedStatement.idl b/offapi/com/sun/star/sdbc/PreparedStatement.idl
index ae841c50bee5..007f5def80c5 100644
--- a/offapi/com/sun/star/sdbc/PreparedStatement.idl
+++ b/offapi/com/sun/star/sdbc/PreparedStatement.idl
@@ -192,7 +192,7 @@ published service PreparedStatement
This name can then be used in SQL positioned update/delete statements to
identify the current row in the ResultSet generated by this statement. If
the database does not support positioned update/delete, this property is
- a noop. To insure that a cursor has the proper isolation level to support
+ a noop. To ensure that a cursor has the proper isolation level to support
updates, the cursor's SELECT statement should be of the form
"select for update ...". If the "for update" phrase is omitted,
positioned updates may fail.