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

New commits:
commit 41b4053d7a395146a488c4aba0bc17b98b0a9502
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Nov 9 23:43:38 2021 +0100
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Wed Nov 10 02:25:42 2021 +0100

    Fix typo
    
    Change-Id: I1ab712c8bea7083e0f32c647d783d12a770322a9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124941
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>

diff --git a/ucb/source/ucp/webdav-curl/CurlSession.cxx 
b/ucb/source/ucp/webdav-curl/CurlSession.cxx
index 4deedeb752a5..8be732e592a6 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 necessasy to extend 
Value with a curl_off_t
+    // around as deleted in case it would ever becomes necessary to extend 
Value with a curl_off_t
     // case:
     CurlOption(CURLoption, curl_off_t, char const*) = delete;
 #endif

Reply via email to