From: Joey Hess Date: Thu, 18 Dec 2008 01:22:42 +0000 (-0500) Subject: typo X-Git-Tag: 2.71~65 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=339bfbd44a438f7bb712d76f6e7ee9c1f4784254;p=ikiwiki.git typo --- 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,