diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-17 20:22:42 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-17 20:22:42 -0500 |
commit | 339bfbd44a438f7bb712d76f6e7ee9c1f4784254 (patch) | |
tree | 8ac680f82b569f2cb9c09e3a859034e62fbd321b /IkiWiki | |
parent | 3e2f75af6b86ebc636abf409ac9ce98bed78f04a (diff) |
typo
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/comments.pm | 2 |
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, |