summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/package/pkgcontent.cxx
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/package/pkgcontent.cxx
parent35da89fa1428f5286304fc707252242554d49ea6 (diff)
spelling: instanciated -> instantiated
Change-Id: I99f3010e30f81786b938dc11736ea1597cd5530d
Diffstat (limited to 'ucb/source/ucp/package/pkgcontent.cxx')
-rw-r--r--ucb/source/ucp/package/pkgcontent.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/package/pkgcontent.cxx b/ucb/source/ucp/package/pkgcontent.cxx
index 288525bdefd5..c91b3d3c0d53 100644
--- a/ucb/source/ucp/package/pkgcontent.cxx
+++ b/ucb/source/ucp/package/pkgcontent.cxx
@@ -1785,7 +1785,7 @@ void Content::destroy(
if ( isFolder() )
{
- // Process instanciated children...
+ // Process instantiated children...
ContentRefList aChildren;
queryChildren( aChildren );
@@ -2123,7 +2123,7 @@ bool Content::exchangeIdentity(
m_aUri = aNewUri;
if ( isFolder() )
{
- // Process instanciated children...
+ // Process instantiated children...
ContentRefList aChildren;
queryChildren( aChildren );
@@ -2165,7 +2165,7 @@ bool Content::exchangeIdentity(
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.