summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_content.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_content.cxx')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_content.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_content.cxx b/ucb/source/ucp/tdoc/tdoc_content.cxx
index cbfb5514e4e6..910fe4f694aa 100644
--- a/ucb/source/ucp/tdoc/tdoc_content.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_content.cxx
@@ -770,7 +770,7 @@ void Content::queryChildren( ContentRefList& rChildren )
if ( !m_aProps.getIsFolder() )
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.
@@ -856,7 +856,7 @@ bool Content::exchangeIdentity(
{
if ( eType == FOLDER )
{
- // Process instanciated children...
+ // Process instantiated children...
ContentRefList aChildren;
queryChildren( aChildren );
@@ -1789,7 +1789,7 @@ void Content::destroy( bool bDeletePhysical,
if ( eType == FOLDER )
{
- // Process instanciated children...
+ // Process instantiated children...
ContentRefList aChildren;
queryChildren( aChildren );