summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx2
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;