summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbc/FLATConnectionProperties.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbc/FLATConnectionProperties.idl')
-rw-r--r--offapi/com/sun/star/sdbc/FLATConnectionProperties.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sdbc/FLATConnectionProperties.idl b/offapi/com/sun/star/sdbc/FLATConnectionProperties.idl
index 7af8aca4e6a1..a611b216b1e5 100644
--- a/offapi/com/sun/star/sdbc/FLATConnectionProperties.idl
+++ b/offapi/com/sun/star/sdbc/FLATConnectionProperties.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>
@@ -55,19 +55,19 @@ service FLATConnectionProperties
*/
[optional, property] boolean HeaderLine;
- /** A one character delimiter to seperate the fields.
+ /** A one character delimiter to separate the fields.
*/
[optional, property] string FieldDelimiter;
- /** A one character delimiter to seperate the strings.
+ /** A one character delimiter to separate the strings.
*/
[optional, property] string StringDelimiter;
- /** A one character delimiter to seperate the decimal.
+ /** A one character delimiter to separate the decimal.
*/
[optional, property] string DecimalDelimiter;
- /** A one character delimiter to seperate the thousands.
+ /** A one character delimiter to separate the thousands.
*/
[optional, property] string ThousandDelimiter;