diff options
author | martin f. krafft <madduck@madduck.net> | 2008-03-02 17:14:08 +0100 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-03-02 18:04:09 -0500 |
commit | 5357eeb13cae7a9d6db35d0d8d5b2824a2159780 (patch) | |
tree | 86c34307da59b4f4d364d8b32cc9ac9fd5b38098 /doc/ikiwiki | |
parent | c10cfb27d1e15eb3d69923e8aae9e84f3f14926a (diff) |
correct a typo
(cherry picked from commit dd64f39646133429910081b89f6e3a8d704a8602)
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r-- | doc/ikiwiki/blog.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki/blog.mdwn b/doc/ikiwiki/blog.mdwn index 1a816dceb..6a206bb62 100644 --- a/doc/ikiwiki/blog.mdwn +++ b/doc/ikiwiki/blog.mdwn @@ -53,7 +53,7 @@ directive: * `skip` - Specify a number of pages to skip displaying. Can be useful to produce a feed that only shows archived pages. * `rss` - controls generation of an rss feed. If the wiki is configured to - generate tss feeds by default, set to "no" to disable. If the wiki is + generate rss feeds by default, set to "no" to disable. If the wiki is configured to `allowrss`, set to "yes" to enable. * `atom` - controls generation of an atom feed. If the wiki is configured to generate atom feeds by default, set to "no" to disable. If the wiki is |