summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-11-09 23:43:38 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-11-10 02:25:42 +0100
commit41b4053d7a395146a488c4aba0bc17b98b0a9502 (patch)
tree46cc6e57f6b1a5a862493c09f303a1b6680ae112
parenta0a38b88dc3a61d212d784f41a27f97d9c2d7f32 (diff)
Fix typo
Change-Id: I1ab712c8bea7083e0f32c647d783d12a770322a9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124941 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-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 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