From: joey Date: Sat, 28 Jul 2007 21:37:22 +0000 (+0000) Subject: typo X-Git-Tag: 2.6~295 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4a07e28acc916d825e311c53894e9eae3525bfc7;p=ikiwiki.git typo --- diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm index a95da40d2..5fd0dea0d 100644 --- a/IkiWiki/Render.pm +++ b/IkiWiki/Render.pm @@ -351,7 +351,7 @@ sub refresh () { #{{{ } run_hooks(needsbuild => sub { shift->(\@needsbuild) }); - # scan and rendder files + # scan and render files foreach my $file (@needsbuild) { debug(sprintf(gettext("scanning %s"), $file)); scan($file);