diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-02-26 10:23:32 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-02-27 07:07:55 +0100 |
commit | 60c7725a20ff0d77e3025ed60608f57d46e50b58 (patch) | |
tree | 4bf530ef3f3b6b3e9b602abc89136d40d1424713 /desktop | |
parent | 5fe551931d49a64ca4ea793a5016c098e41e84cd (diff) |
Fix typo
Change-Id: Ida6deb31f393d9c7457e41f2047ee364aa95ad2e
Reviewed-on: https://gerrit.libreoffice.org/68415
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |