diff options
author | Joey Hess <joey@wren.kitenet.net> | 2007-11-04 04:05:47 -0500 |
---|---|---|
committer | Joey Hess <joey@wren.kitenet.net> | 2007-11-04 04:05:47 -0500 |
commit | 1810f29433f53a9b14cca2d097e6b16458ca0ed0 (patch) | |
tree | dd23b0f34322cfefe49d9fd9a71732f92d7b153a /doc/plugins | |
parent | 06b06cd7d95c280ce1edcb994a7d41da3da74ae7 (diff) | |
download | ikiwiki-1810f29433f53a9b14cca2d097e6b16458ca0ed0.tar ikiwiki-1810f29433f53a9b14cca2d097e6b16458ca0ed0.tar.gz |
web commit by http://ccshan.myopenid.com/: expecified -> specified
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/aggregate.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/aggregate.mdwn b/doc/plugins/aggregate.mdwn index 8b1abcd61..398da4b5e 100644 --- a/doc/plugins/aggregate.mdwn +++ b/doc/plugins/aggregate.mdwn @@ -8,7 +8,7 @@ Aggregate a feed as follows feedurl="http://example.com/index.rss" url="http://example.com/" updateinterval="15"]] -That example aggregates posts from the expecified RSS feed, updating no +That example aggregates posts from the specified RSS feed, updating no more frequently than once every 15 minutes, and puts a page per post under the example/ directory in the wiki. |