Fix typos detected by github.com/client9/misspell

This commit is contained in:
Kazuhiro Sera
2018-08-08 19:26:40 +09:00
committed by Juergen Hoeller
parent 896eb5687a
commit be211ceead
38 changed files with 42 additions and 42 deletions

View File

@@ -177,7 +177,7 @@ public class ScheduledTimerListener {
* Set the period between repeated task executions, in milliseconds.
* <p>Default is -1, leading to one-time execution. In case of zero or a
* positive value, the task will be executed repeatedly, with the given
* interval inbetween executions.
* interval in-between executions.
* <p>Note that the semantics of the period value vary between fixed-rate
* and fixed-delay execution.
* <p><b>Note:</b> A period of 0 (for example as fixed delay) <i>is</i>