diff options
author | Noel Grandin <noel@peralex.com> | 2014-10-08 11:02:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-10-08 11:02:55 +0200 |
commit | fbf3aa391b4c47b00650a868e5ae5cade9025e87 (patch) | |
tree | dc05afd3e9e5570719d2f23840b18b3fca9b45bb /ucb/source/ucp/hierarchy | |
parent | 35da89fa1428f5286304fc707252242554d49ea6 (diff) |
spelling: instanciated -> instantiated
Change-Id: I99f3010e30f81786b938dc11736ea1597cd5530d
Diffstat (limited to 'ucb/source/ucp/hierarchy')
-rw-r--r-- | ucb/source/ucp/hierarchy/hierarchycontent.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/hierarchy/hierarchycontent.cxx b/ucb/source/ucp/hierarchy/hierarchycontent.cxx index 9a00a14a2f76..61ecd56855df 100644 --- a/ucb/source/ucp/hierarchy/hierarchycontent.cxx +++ b/ucb/source/ucp/hierarchy/hierarchycontent.cxx @@ -785,7 +785,7 @@ void HierarchyContent::queryChildren( HierarchyContentRefList& rChildren ) if ( ( m_eKind != FOLDER ) && ( m_eKind != ROOT ) ) return; - // 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. @@ -870,7 +870,7 @@ bool HierarchyContent::exchangeIdentity( { if ( m_eKind == FOLDER ) { - // Process instanciated children... + // Process instantiated children... HierarchyContentRefList aChildren; queryChildren( aChildren ); @@ -1564,7 +1564,7 @@ void HierarchyContent::destroy( bool bDeletePhysical, if ( m_eKind == FOLDER ) { - // Process instanciated children... + // Process instantiated children... HierarchyContentRefList aChildren; queryChildren( aChildren ); |