summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gio
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-10-08 11:02:03 +0200
committerNoel Grandin <noel@peralex.com>2014-10-08 11:02:55 +0200
commitfbf3aa391b4c47b00650a868e5ae5cade9025e87 (patch)
treedc05afd3e9e5570719d2f23840b18b3fca9b45bb /ucb/source/ucp/gio
parent35da89fa1428f5286304fc707252242554d49ea6 (diff)
spelling: instanciated -> instantiated
Change-Id: I99f3010e30f81786b938dc11736ea1597cd5530d
Diffstat (limited to 'ucb/source/ucp/gio')
-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 );