summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/options/personalization.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/personalization.cxx b/cui/source/options/personalization.cxx
index bbaa03e8d3a1..97da2d1878d1 100644
--- a/cui/source/options/personalization.cxx
+++ b/cui/source/options/personalization.cxx
@@ -132,7 +132,7 @@ std::string curlGet(const OString& rURL)
return response_body;
}
-// Downloads and saves the file at the given rURL to to a local path (sFileURL)
+// Downloads and saves the file at the given rURL to a local path (sFileURL)
void curlDownload(const OString& rURL, const OUString& sFileURL)
{
CURL* curl = curl_easy_init();