diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-10-08 12:15:16 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-10-08 13:57:59 +0200 |
commit | 57b3161eb9ffb890c26e78309c4e833f631600ff (patch) | |
tree | 7236bf865c394c2f3c1cd3686f39dca522abfcbd | |
parent | e659c6a1857fbb8e5a6e8ff60fe241483eea32dd (diff) |
Fix typo
Change-Id: I204fb88d7c5e45efd97dc8e3f6e584b12fba879b
Reviewed-on: https://gerrit.libreoffice.org/61521
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | cui/source/options/personalization.cxx | 2 |
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(); |