summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdbcx/Descriptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdbcx/Descriptor.idl')
-rw-r--r--offapi/com/sun/star/sdbcx/Descriptor.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdbcx/Descriptor.idl b/offapi/com/sun/star/sdbcx/Descriptor.idl
index d7b2d003ad14..baac025754e7 100644
--- a/offapi/com/sun/star/sdbcx/Descriptor.idl
+++ b/offapi/com/sun/star/sdbcx/Descriptor.idl
@@ -30,10 +30,10 @@
A descriptor is commonly created by the container of a specific object, such as, tables or views.
After the creation of the descriptor the properties have to be filled.
Afterwards, you append the descriptor to the container and the container creates a new object based
- on the informations of the descriptor. The descriptor can be used to create several objects.
+ on the information of the descriptor. The descriptor can be used to create several objects.
</p>
<p>
- A descriptor contains at least the informations of the name of an object.
+ A descriptor contains at least the information of the name of an object.
</p>
@see com::sun::star::sdbcx::XAppend
*/