Fix ambigous typos
This commit is contained in:
parent
1f124103dc
commit
e018ae1125
9 changed files with 12 additions and 12 deletions
|
@ -113,7 +113,7 @@ calcNextTime schedule@(Schedule recurrance scheduledtime) lasttime currenttime
|
|||
(LocalTime endd (TimeOfDay 23 59 0))
|
||||
findfrom r afterday candidate
|
||||
| ynum candidate > (ynum (localDay currenttime)) + 100 =
|
||||
-- avoid possible infinite recusion
|
||||
-- avoid possible infinite recursion
|
||||
error $ "bug: calcNextTime did not find a time within 100 years to run " ++
|
||||
show (schedule, lasttime, currenttime)
|
||||
| otherwise = findfromChecked r afterday candidate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue