diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-07 23:48:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-07 23:48:29 -0400 |
commit | 7c5aa2fbefbe0aa345dcd8ab0834c4684c3169a3 (patch) | |
tree | 08fa5191179bfc489e38905b0a2338eecb9efe61 /Utility/Scheduled.hs | |
parent | 38d043ec1ad2aa100c46b98c298163a9d3753ee1 (diff) |
comment typo
Diffstat (limited to 'Utility/Scheduled.hs')
-rw-r--r-- | Utility/Scheduled.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Scheduled.hs b/Utility/Scheduled.hs index 2c8663339..eba5aac49 100644 --- a/Utility/Scheduled.hs +++ b/Utility/Scheduled.hs @@ -148,7 +148,7 @@ calcNextTime (Schedule recurrance scheduledtime _duration) lasttime currenttime year = fromIntegral . fst . toOrdinalDate maxyday = 366 -- with leap days - maxwnum = 53 -- some years have more than 53 + maxwnum = 53 -- some years have more than 52 maxmday = 31 maxmnum = 12 maxwday = 7 |