summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/Statement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/Statement.idl')
-rw-r--r--offapi/com/sun/star/sdbc/Statement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sdbc/Statement.idl b/offapi/com/sun/star/sdbc/Statement.idl
index 77e598dfb7df..6b7868f78496 100644
--- a/offapi/com/sun/star/sdbc/Statement.idl
+++ b/offapi/com/sun/star/sdbc/Statement.idl
@@ -147,7 +147,7 @@ published service Statement
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.