]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/rename.pm
typo
[git.ikiwiki.info.git] / IkiWiki / Plugin / rename.pm
index 32888877f6523a08a2cfe9a2717474706badaf0b..fd0bd3ae848b7399053726e8d28e316e772c9197 100644 (file)
@@ -213,7 +213,7 @@ sub sessioncgi ($$) { #{{{
                                $q, $session, $q->param("attachment"));
 
                        # Ensures that the dest directory exists and is ok.
-                       IkIWiki::prep_writefile($destfile, $config{srcdir});
+                       IkiWiki::prep_writefile($destfile, $config{srcdir});
 
                        # Do rename, and update the wiki.
                        require IkiWiki::Render;