ucb/source/ucp/webdav-curl/CurlSession.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b56ff590a3bd2d09b8f72f0ec1030505e59f9008
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Nov 15 17:11:53 2021 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Mon Nov 15 19:32:01 2021 +0100

    fix typo in comment
    
    Change-Id: I267390e6d7251ec59c6374ca904ccba16f2a94bb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125253
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Tested-by: Jenkins

diff --git a/ucb/source/ucp/webdav-curl/CurlSession.cxx 
b/ucb/source/ucp/webdav-curl/CurlSession.cxx
index 8be732e592a6..16cd1c0a6081 100644
--- a/ucb/source/ucp/webdav-curl/CurlSession.cxx
+++ b/ucb/source/ucp/webdav-curl/CurlSession.cxx
@@ -149,7 +149,7 @@ struct CurlOption
 #if SAL_TYPES_SIZEOFLONG == 4
     // According to mst this might get used "if one of the options to set 
stream size like
     // CURLOPT_INFILESIZE_LARGE were used but it's not the case currently", so 
keep this ctor
-    // around as deleted in case it would ever becomes necessary to extend 
Value with a curl_off_t
+    // around as deleted in case it would ever become necessary to extend 
Value with a curl_off_t
     // case:
     CurlOption(CURLoption, curl_off_t, char const*) = delete;
 #endif

Reply via email to