summaryrefslogtreecommitdiff
path: root/framework/source/services/autorecovery.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/autorecovery.cxx')
-rw-r--r--framework/source/services/autorecovery.cxx2
1 files changed, 1 insertions, 1 deletions
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();