diff options
Diffstat (limited to 'ucb/source/ucp/webdav-neon/webdavcontent.cxx')
-rw-r--r-- | ucb/source/ucp/webdav-neon/webdavcontent.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx index 936de4c3e8fe..84e479226d7a 100644 --- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx +++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx @@ -2193,7 +2193,7 @@ void Content::post( 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. @@ -2728,7 +2728,7 @@ void Content::destroy( bool bDeletePhysical ) osl::Guard< osl::Mutex > aGuard( m_aMutex ); - // Process instanciated children... + // Process instantiated children... ::webdav_ucp::Content::ContentRefList aChildren; queryChildren( aChildren ); @@ -2866,7 +2866,7 @@ bool Content::exchangeIdentity( aGuard.clear(); if ( exchange( xNewId ) ) { - // Process instanciated children... + // Process instantiated children... ContentRefList aChildren; queryChildren( aChildren ); |