summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sdb/tools/XConnectionTools.idl')
-rw-r--r--offapi/com/sun/star/sdb/tools/XConnectionTools.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
index 29e47c597e09..fadfe541a165 100644
--- a/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
+++ b/offapi/com/sun/star/sdb/tools/XConnectionTools.idl
@@ -73,14 +73,14 @@ interface XConnectionTools
/** creates an instance supporting the <type>XTableName</type> interface,
which can be used to manipulate table names for various purposes.
- <p>The returned object is guanrateed to not be <NULL/>.</p>
+ <p>The returned object is guaranteed to not be <NULL/>.</p>
*/
XTableName createTableName();
/** returns an instance supporting the <type>XObjectNames</type> interface,
which provides access to functionality around table and query names.
- <p>The returned object is guanrateed to not be <NULL/>.</p>
+ <p>The returned object is guaranteed to not be <NULL/>.</p>
*/
XObjectNames getObjectNames();