From e1328b89fa87cbb333c096bf229a810317f25bc3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 23 Jul 2018 16:28:03 +0200 Subject: Fix typos Change-Id: If0d8f4033d9bc20f521d33d732fb349f0df5eeef Reviewed-on: https://gerrit.libreoffice.org/57822 Reviewed-by: Julien Nabet Tested-by: Jenkins --- offapi/com/sun/star/sdbc/PreparedStatement.idl | 2 +- offapi/com/sun/star/sdbc/ResultSet.idl | 2 +- offapi/com/sun/star/sdbc/Statement.idl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'offapi/com/sun/star/sdbc') 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. diff --git a/offapi/com/sun/star/sdbc/ResultSet.idl b/offapi/com/sun/star/sdbc/ResultSet.idl index 186d70753550..69f1cd617416 100644 --- a/offapi/com/sun/star/sdbc/ResultSet.idl +++ b/offapi/com/sun/star/sdbc/ResultSet.idl @@ -170,7 +170,7 @@ published service ResultSet 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 doesn't 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. 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. -- cgit