summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl')
-rw-r--r--offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl b/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl
index 13c9ab990d44..dce8259b6257 100644
--- a/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl
+++ b/offapi/com/sun/star/script/XStorageBasedLibraryContainer.idl
@@ -65,7 +65,7 @@ interface XStorageBasedLibraryContainer
<p>You should only <em>set</em> this attribute to a new value if you previously
called storeLibrariesToStorage with the same storage. Setting this attribute
to a storage into which the container has not been stored previously might
- result in unexpected behaviour.</p>
+ result in unexpected behavior.</p>
*/
[attribute] ::com::sun::star::embed::XStorage RootStorage
{
@@ -74,7 +74,7 @@ interface XStorageBasedLibraryContainer
/** stores the libraries to a storage other than the current container storage
- <p>Note that the library continer is not automatically associated with the
+ <p>Note that the library container is not automatically associated with the
new root storage. Instead, you need to manually set the <type>RootStroage</type>
attribute afterwards. This separation allows for Save-To as well Save-As
operations.</p>