summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl')
-rw-r--r--offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl b/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
index 19d6fb0fd6aa..54e1eb86361d 100644
--- a/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
+++ b/offapi/com/sun/star/sdbc/ODBCConnectionProperties.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module sdbc {
<member scope="com::sun::star::sdbc">XDriverManager::getConnectionWithInfo()</member>.
<p>
- The properties for a connection contain additonal information about how to connect to a database and
+ The properties for a connection contain additional information about how to connect to a database and
how to control the behavior of the resulting connection should be.
</p>
@@ -50,7 +50,7 @@ module com { module sun { module star { module sdbc {
service ODBCConnectionProperties
{
service com::sun::star::sdbc::ConnectionProperties;
- /** should the parameter '?' in prepared statement be substituated with an distinct name
+ /** should the parameter "?" in prepared statement be substituted with an distinct name
*/
[optional, property] boolean ParameterNameSubstitution;