summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gio/gio_content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/gio/gio_content.cxx')
-rw-r--r--ucb/source/ucp/gio/gio_content.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/gio/gio_content.cxx b/ucb/source/ucp/gio/gio_content.cxx
index 2d5acc09d595..2f71f03d903b 100644
--- a/ucb/source/ucp/gio/gio_content.cxx
+++ b/ucb/source/ucp/gio/gio_content.cxx
@@ -539,7 +539,7 @@ getReadOnlyException( const uno::Reference< uno::XInterface >& rContext )
void Content::queryChildren( ContentRefList& rChildren )
{
- // Obtain a list with a snapshot of all currently instanciated contents
+ // Obtain a list with a snapshot of all currently instantiated contents
// from provider and extract the contents which are direct children
// of this content.
@@ -596,7 +596,7 @@ bool Content::exchangeIdentity( const uno::Reference< ucb::XContentIdentifier >&
// Exchange own identitity.
if ( exchange( xNewId ) )
{
- // Process instanciated children...
+ // Process instantiated children...
ContentRefList aChildren;
queryChildren( aChildren );