include/vcl/weldutils.hxx                    |    2 +-
 ucb/source/ucp/webdav-curl/webdavcontent.cxx |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 33db559089fcf5ff9f6e0e5bb4e41fce969cbdad
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Nov 2 22:39:38 2021 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Nov 3 07:20:15 2021 +0100

    Fix typos
    
    Change-Id: If203853359b1c30c6cb6feea6c1ff718bcaa0188
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124622
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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() << ">" );

Reply via email to