Typo: recurrance -> recurrence

This commit is contained in:
Yaroslav Halchenko 2023-03-13 22:35:54 -04:00 committed by Joey Hess
parent 0ae5ff797f
commit 100f5aabb6
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 31 additions and 31 deletions

View file

@ -26,7 +26,7 @@ instance Arbitrary ScheduledTime where
<*> choose (1, 59)
]
instance Arbitrary Recurrance where
instance Arbitrary Recurrence where
arbitrary = oneof
[ pure Daily
, Weekly <$> arbday