aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2008-12-17 20:22:42 -0500
committerJoey Hess <joey@gnu.kitenet.net>2008-12-17 20:22:42 -0500
commit339bfbd44a438f7bb712d76f6e7ee9c1f4784254 (patch)
tree8ac680f82b569f2cb9c09e3a859034e62fbd321b /IkiWiki
parent3e2f75af6b86ebc636abf409ac9ce98bed78f04a (diff)
downloadikiwiki-339bfbd44a438f7bb712d76f6e7ee9c1f4784254.tar
ikiwiki-339bfbd44a438f7bb712d76f6e7ee9c1f4784254.tar.gz
typo
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/comments.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm
index cb5a517a1..db829f344 100644
--- a/IkiWiki/Plugin/comments.pm
+++ b/IkiWiki/Plugin/comments.pm
@@ -36,7 +36,7 @@ sub getsetup () {
},
comments_pagespec => {
type => 'pagespec',
- example => 'blog/* and *!/Discussion',
+ example => 'blog/* and !*/Discussion',
description => 'PageSpec of pages where comments are allowed',
link => 'ikiwiki/PageSpec',
safe => 1,