summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon')
-rw-r--r--ucb/source/ucp/webdav-neon/ContentProperties.cxx2
-rw-r--r--ucb/source/ucp/webdav-neon/webdavcontent.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/webdav-neon/ContentProperties.cxx b/ucb/source/ucp/webdav-neon/ContentProperties.cxx
index dc9b03fe43cd..605cb042717d 100644
--- a/ucb/source/ucp/webdav-neon/ContentProperties.cxx
+++ b/ucb/source/ucp/webdav-neon/ContentProperties.cxx
@@ -437,7 +437,7 @@ void ContentProperties::addProperty( const rtl::OUString & rName,
}
else if ( rName == "Content-Length" )
{
- // Do NOT map Content-Lenght entity header to DAV:getcontentlength!
+ // Do NOT map Content-length entity header to DAV:getcontentlength!
// Only DAV resources have this property.
// Map Content-Length entity header to UCP:Size
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index 2901b843b44e..b3d5f49f6447 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
@@ -2571,7 +2571,7 @@ void Content::transfer(
= static_cast< Content * >(
xProvider->queryContent( xTargetId ).get() );
- // Announce transfered content in its new folder.
+ // Announce transferred content in its new folder.
xTarget->inserted();
}
catch ( ucb::IllegalIdentifierException const & )