summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav-neon/NeonSession.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/NeonSession.cxx b/ucb/source/ucp/webdav-neon/NeonSession.cxx
index cd2da83083f4..83e5ba7a7475 100644
--- a/ucb/source/ucp/webdav-neon/NeonSession.cxx
+++ b/ucb/source/ucp/webdav-neon/NeonSession.cxx
@@ -799,7 +799,7 @@ void NeonSession::Init()
// set timeout to connect
// if connect_timeout is not set, neon returns NE_CONNECT when the TCP socket default
// timeout elapses
- // whith connect_timeout set neon returns NE_TIMEOUT if elapsed when the connection
+ // with connect_timeout set neon returns NE_TIMEOUT if elapsed when the connection
// didn't succeed
// grab it from configuration
uno::Reference< uno::XComponentContext > rContext = m_xFactory->getComponentContext();
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index ab05fe82a6f7..4924e02ad845 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
@@ -3054,7 +3054,7 @@ void Content::lock(
break;
case DAVException::DAV_LOCKED_SELF:
// we already hold the lock and it is in our internal lockstore
- // just return as if the lock was successfull
+ // just return as if the lock was successful
return;
break;
default: