fix comment
authorJoey Hess <joey@kitenet.net>
Sat, 25 Dec 2010 17:12:21 +0000 (13:12 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 25 Dec 2010 17:12:21 +0000 (13:12 -0400)
IkiWiki/Plugin/inline.pm

index b58c8780b0ef24637ebe98845b1cdc3b4b4b2739..e8e71e552848ccc422af5c3b0a0685c075ad9483 100644 (file)
@@ -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);
                }