summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-11-02 22:39:38 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-11-03 07:20:15 +0100
commit33db559089fcf5ff9f6e0e5bb4e41fce969cbdad (patch)
tree896e8ce46f8e1d41b9d4e646ef6909554f489fad /ucb
parent1891061f0b99c8a7c5d9983b925efcf401c958fd (diff)
Fix typos
Change-Id: If203853359b1c30c6cb6feea6c1ff718bcaa0188 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124622 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav-curl/webdavcontent.cxx4
1 files changed, 2 insertions, 2 deletions
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() << ">" );