[Libreoffice-commits] core.git: cui/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Oct 8 11:58:21 UTC 2018
cui/source/options/personalization.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 57b3161eb9ffb890c26e78309c4e833f631600ff
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Oct 8 12:15:16 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Oct 8 13:57:59 2018 +0200
Fix typo
Change-Id: I204fb88d7c5e45efd97dc8e3f6e584b12fba879b
Reviewed-on: https://gerrit.libreoffice.org/61521
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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();
More information about the Libreoffice-commits
mailing list