summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/NeonSession.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/NeonSession.cxx')
-rw-r--r--ucb/source/ucp/webdav-neon/NeonSession.cxx2
1 files changed, 1 insertions, 1 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();