From 33db559089fcf5ff9f6e0e5bb4e41fce969cbdad Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 2 Nov 2021 22:39:38 +0100 Subject: Fix typos Change-Id: If203853359b1c30c6cb6feea6c1ff718bcaa0188 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124622 Tested-by: Jenkins Reviewed-by: Julien Nabet --- ucb/source/ucp/webdav-curl/webdavcontent.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ucb') diff --git a/ucb/source/ucp/webdav-curl/webdavcontent.cxx b/ucb/source/ucp/webdav-curl/webdavcontent.cxx index a49969f3902f..8baa7b95de46 100644 --- a/ucb/source/ucp/webdav-curl/webdavcontent.cxx +++ b/ucb/source/ucp/webdav-curl/webdavcontent.cxx @@ -1276,7 +1276,7 @@ void GetPropsUsingHeadRequest(DAVResource& resource, // clean cached value of PROPFIND property names // PROPPATCH can change them Content::removeCachedPropertyNames(aTargetURL); - // test if HEAD allowed, if not, throw, should be catched immediately + // test if HEAD allowed, if not, throw, should be caught immediately // SC_GONE used internally by us, see comment in Content::getPropertyValues // in the catch scope if (aDAVOptions.getHttpResponseStatusCode() != SC_GONE && @@ -4040,7 +4040,7 @@ void Content::getResourceOptions( case DAVException::DAV_HTTP_CONNECT: { // something bad happened to the connection - // not same as not found, this instead happens when the server doesn't exist or doesn't aswer at all + // not same as not found, this instead happens when the server doesn't exist or doesn't answer at all // probably a new bit stating 'timed out' should be added to opts var? // in any case abort the command SAL_WARN( "ucb.ucp.webdav", "OPTIONS - DAVException: DAV_HTTP_TIMEOUT or DAV_HTTP_CONNECT for URL <" << m_xIdentifier->getContentIdentifier() << ">" ); -- cgit