[Libreoffice-commits] core.git: desktop/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Feb 27 06:08:20 UTC 2019


 desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 60c7725a20ff0d77e3025ed60608f57d46e50b58
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Feb 26 10:23:32 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Feb 27 07:07:55 2019 +0100

    Fix typo
    
    Change-Id: Ida6deb31f393d9c7457e41f2047ee364aa95ad2e
    Reviewed-on: https://gerrit.libreoffice.org/68415
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
index 025d556b169f..78ba7942833d 100644
--- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
+++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx
@@ -584,7 +584,7 @@ bool UpdateInstallDialog::Thread::download(OUString const & sDownloadURL, Update
             sTitle, css::ucb::NameClash::OVERWRITE );
 
     {
-        //the user may have cancelled the dialog because downloading took to long
+        //the user may have cancelled the dialog because downloading took too long
         SolarMutexGuard g;
         if (m_stop) {
             return m_stop;


More information about the Libreoffice-commits mailing list