diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-22 17:03:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-22 17:03:28 -0400 |
commit | 114e20e9485a97eeefffd07061db9a2290a541a4 (patch) | |
tree | 451bcd7d3cb2c3b27880624f6957733cec120de7 /IkiWiki | |
parent | cbddb5a4b8e0e2fb63886ad9d1cf8a087cdb83b1 (diff) |
typo
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/rename.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/rename.pm b/IkiWiki/Plugin/rename.pm index 32888877f..fd0bd3ae8 100644 --- a/IkiWiki/Plugin/rename.pm +++ b/IkiWiki/Plugin/rename.pm @@ -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; |