summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 09:42:30 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-02 12:45:15 +0000
commit446568bfad252daf1861ea7e0c53fe4c72a31a53 (patch)
treedbbabaf897d0d761ddf867601e906092eba7e251 /ucb
parent65434e8701ab71c8bff8b0ac722d41b0592483dc (diff)
Fix typos
Change-Id: I139e6948e92a7bcdce5a2197b9d3754cb9549a33 Reviewed-on: https://gerrit.libreoffice.org/34781 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/filtask.hxx2
-rw-r--r--ucb/source/ucp/webdav-neon/webdavcontent.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx
index e924f191dd16..5371869de44a 100644
--- a/ucb/source/ucp/file/filtask.hxx
+++ b/ucb/source/ucp/file/filtask.hxx
@@ -637,7 +637,7 @@ namespace fileaccess
// Helper function for mkfil,mkdir and write
// Creates whole path
// returns success of the operation
- // The calle determines the errorCode, which should be used to install
+ // The call determines the errorCode, which should be used to install
// any error
bool SAL_CALL
diff --git a/ucb/source/ucp/webdav-neon/webdavcontent.cxx b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
index 255a1cd0f850..34276231a975 100644
--- a/ucb/source/ucp/webdav-neon/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-neon/webdavcontent.cxx
@@ -4232,7 +4232,7 @@ bool Content::isResourceAvailable( const css::uno::Reference< css::ucb::XCommand
{
// To check for the physical URL resource availability, first
// try using a simple HEAD command
- // if HEAD is successfull, set element found,
+ // if HEAD is successful, set element found,
rResAccess->HEAD( aHeaderNames, aResource, xEnv );
rDAVOptions.setHttpResponseStatusCode( 0 );
OUString aNoText;