diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-11-02 22:39:38 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-11-03 07:20:15 +0100 |
commit | 33db559089fcf5ff9f6e0e5bb4e41fce969cbdad (patch) | |
tree | 896e8ce46f8e1d41b9d4e646ef6909554f489fad | |
parent | 1891061f0b99c8a7c5d9983b925efcf401c958fd (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>
-rw-r--r-- | include/vcl/weldutils.hxx | 2 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-curl/webdavcontent.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/weldutils.hxx b/include/vcl/weldutils.hxx index cadbd5585ef7..34b4383a89cc 100644 --- a/include/vcl/weldutils.hxx +++ b/include/vcl/weldutils.hxx @@ -426,7 +426,7 @@ public: Because the TreeView doesn't want or need subnodes, the drop target can be simply visually indicated as being between rows (the issue of a final drop location of a child of the drop target doesn't arise), and the meaning of - what a drop before or after the last row should do is unambigious. + what a drop before or after the last row should do is unambiguous. */ class VCL_DLLPUBLIC ReorderingDropTarget : public DropTargetHelper { 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() << ">" ); |