From: Joey Hess Date: Sat, 25 Dec 2010 17:12:21 +0000 (-0400) Subject: fix comment X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fd95afe8ea8c01fd67b774ff8cf8bfae7a026430;p=ikiwiki.git fix comment --- diff --git a/IkiWiki/Plugin/inline.pm b/IkiWiki/Plugin/inline.pm index b58c8780b..e8e71e552 100644 --- a/IkiWiki/Plugin/inline.pm +++ b/IkiWiki/Plugin/inline.pm @@ -131,7 +131,7 @@ sub sessioncgi ($$) { $q->param('page', $page.$add); # now go create the page $q->param('do', 'create'); - # make sure the editpage plugin in loaded + # make sure the editpage plugin is loaded if (IkiWiki->can("cgi_editpage")) { IkiWiki::cgi_editpage($q, $session); }