typo
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 28 Jul 2007 21:37:22 +0000 (21:37 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 28 Jul 2007 21:37:22 +0000 (21:37 +0000)
IkiWiki/Render.pm

index a95da40d253f8650671fd843cf5ee858bbfd42cc..5fd0dea0dc080e6bf2fc301f3b306f997eb2e07b 100644 (file)
@@ -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);