cui/source/options/personalization.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 57b3161eb9ffb890c26e78309c4e833f631600ff Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Oct 8 12:15:16 2018 +0200 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
