From 534b2a4b58ba765dbc256d6297e33453524915e2 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 2 Feb 2016 19:47:20 +0100 Subject: Fix typos Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3 Reviewed-on: https://gerrit.libreoffice.org/21797 Tested-by: Jenkins Reviewed-by: Ashod Nakashian --- ucb/source/ucp/webdav-neon/NeonSession.cxx | 2 +- ucb/source/ucp/webdav-neon/webdavcontent.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ucb') 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: -- cgit