summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-11-15 17:11:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2021-11-15 19:32:01 +0100
commitb56ff590a3bd2d09b8f72f0ec1030505e59f9008 (patch)
tree26d7e944974e8c4561c2b901cd3bfb7ddecd8a20 /ucb
parenta2f6043f26e8b4025c2143972fbe533b17c40257 (diff)
fix typo in comment
Change-Id: I267390e6d7251ec59c6374ca904ccba16f2a94bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125253 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Jenkins
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav-curl/CurlSession.cxx2
1 files changed, 1 insertions, 1 deletions
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