diff options
author | David Tardon <dtardon@redhat.com> | 2017-02-23 12:37:29 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2017-02-23 14:50:13 +0100 |
commit | a3f2bf61d93c3f599ed24039632055c4dbdf80e5 (patch) | |
tree | 28fbd07a3c676b11aff5c92a6c748d960535ef5c /framework/source/services | |
parent | baf043318e83e768abe4ed7ae1c45bb75c0197e3 (diff) |
change intervall -> interval
Change-Id: Ib211619428f16304603d9c0a9fce0b22dde2a617
Diffstat (limited to 'framework/source/services')
-rw-r--r-- | framework/source/services/autorecovery.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index 1a964e5fd0e2..c01142a14b6c 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -227,7 +227,7 @@ public: E_DONT_START_TIMER, /** timer (was/must be) started with normal AutoSaveTimeIntervall */ E_NORMAL_AUTOSAVE_INTERVALL, - /** timer must be started with special short time intervall, + /** timer must be started with special short time interval, to poll for an user idle period */ E_POLL_FOR_USER_IDLE, /** timer must be started with a very(!) short time interval, @@ -370,7 +370,7 @@ private: bool m_bListenForDocEvents; bool m_bListenForConfigChanges; - /** @short specify the time intervall between two save actions. + /** @short specify the time interval between two save actions. @descr tools::Time is measured in [min]. */ sal_Int32 m_nAutoSaveTimeIntervall; @@ -543,7 +543,7 @@ private: @descr After that we know the initial state - means: - if AutoSave was enabled by the user - - which time intervall has to be used + - which time interval has to be used - which recovery entries may already exists @throw [com.sun.star.uno.RuntimeException] @@ -556,7 +556,7 @@ private: /** @short read the underlying configuration... @descr ... but only keys related to the AutoSave mechanism. - Means: State and Timer intervall. + Means: State and Timer interval. E.g. the recovery list is not addressed here. @throw [com.sun.star.uno.RuntimeException] |