diff options
author | PaulePanter <PaulePanter@web> | 2009-01-17 09:56:50 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-01-17 09:56:50 -0500 |
commit | c727e23fdbadd559c6271cc68dbd8606941ffb50 (patch) | |
tree | f5ed4dd932a80ea21bda79310efa17bb8844172c /doc/plugins | |
parent | 9e3bca852f9a39c43b4a7309b93ba9b0857ac4b9 (diff) |
Typo.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/calendar.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/calendar.mdwn b/doc/plugins/calendar.mdwn index c9e95ce7e..d695762b7 100644 --- a/doc/plugins/calendar.mdwn +++ b/doc/plugins/calendar.mdwn @@ -6,7 +6,7 @@ The directive displays a calendar, similar to the typical calendars shown on some blogs. Since ikiwiki is a wiki compiler, to keep the calendar up-to-date, -wikis that include it need to be preiodically refreshes, typically by cron +wikis that include it need to be periodically refreshes, typically by cron at midnight. Example crontab: 0 0 * * * ikiwiki -setup ~/ikiwiki.setup -refresh |