diff options
author | Chris Laplante <mostthingsweb@gmail.com> | 2014-05-14 14:15:38 -0400 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-17 12:38:38 +0000 |
commit | 3c1e30b77df4f34c4954bff37a08439ace7f2434 (patch) | |
tree | a5231657e37e3b2efb2ba438c43561bf5f27649c /framework | |
parent | f62de9113a4866f7152acbe0e8221c594b7a7b68 (diff) |
Correct common misspellings, and remove some ASCII art along the way.
Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c
Reviewed-on: https://gerrit.libreoffice.org/9356
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qa/complex/framework/recovery/RecoveryTools.java | 2 | ||||
-rw-r--r-- | framework/source/services/autorecovery.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/qa/complex/framework/recovery/RecoveryTools.java b/framework/qa/complex/framework/recovery/RecoveryTools.java index b178b151734b..da7948e3d2af 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTools.java +++ b/framework/qa/complex/framework/recovery/RecoveryTools.java @@ -207,7 +207,7 @@ public class RecoveryTools { xMSF = null; desk.terminate(); - log.println("Waiting until ProcessHandler loose the office..."); + log.println("Waiting until ProcessHandler loses the office..."); } catch (java.lang.Exception e) { diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index 715b4bac6730..eac5b1ed3e9a 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -2309,7 +2309,7 @@ void AutoRecovery::implts_updateTimer() #endif } else if (m_eTimerType == AutoRecovery::E_POLL_TILL_AUTOSAVE_IS_ALLOWED) - nMilliSeconds = 300; // there is a minimum time frame, where the user can loose some key input data! + nMilliSeconds = 300; // there is a minimum time frame, where the user can lose some key input data! m_aTimer.SetTimeout(nMilliSeconds); m_aTimer.Start(); |