summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc')
-rw-r--r--offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl2
-rw-r--r--offapi/com/sun/star/sdbc/XArray.idl2
-rw-r--r--offapi/com/sun/star/sdbc/XColumnLocate.idl2
3 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl b/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
index 39764d38b07c..3f23ba4cc158 100644
--- a/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
+++ b/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
@@ -23,7 +23,7 @@
module com { module sun { module star { module sdbc {
-/** represents the properties for a ODBC connection (session) with a specific
+/** represents the properties for an ODBC connection (session) with a specific
database. These properties can be used when calling the method
com::sun::star::sdbc::XDriver::connect() or
com::sun::star::sdbc::XDriverManager::getConnectionWithInfo().
diff --git a/offapi/com/sun/star/sdbc/XArray.idl b/offapi/com/sun/star/sdbc/XArray.idl
index 2a2b69b1fad8..ddd0e461a238 100644
--- a/offapi/com/sun/star/sdbc/XArray.idl
+++ b/offapi/com/sun/star/sdbc/XArray.idl
@@ -94,7 +94,7 @@ published interface XArray: com::sun::star::uno::XInterface
is used.
@returns
- an sequence that contains the ordered elements
+ a sequence that contains the ordered elements
of the SQL array designated by this object.
@throws SQLException
diff --git a/offapi/com/sun/star/sdbc/XColumnLocate.idl b/offapi/com/sun/star/sdbc/XColumnLocate.idl
index a7c8d525d89f..626a17853779 100644
--- a/offapi/com/sun/star/sdbc/XColumnLocate.idl
+++ b/offapi/com/sun/star/sdbc/XColumnLocate.idl
@@ -49,7 +49,7 @@ published interface XColumnLocate: com::sun::star::uno::XInterface
<p>
The specification before LibreOffice 4.2 left unspecified what should
happen for an invalid column name. As a result some drivers written
- against the older speification may return a special invalid value, such
+ against the older specification may return a special invalid value, such
as a negative number, zero, or a number greater than the number of
columns.
</p>