typo
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 27 Jul 2008 20:11:06 +0000 (16:11 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 27 Jul 2008 20:11:06 +0000 (16:11 -0400)
IkiWiki/Setup/Automator.pm

index b5cf8fb4849d26b1879f635d27914dfa01a7ff01..ee83a2fcfd1a871a6189d313e1f78c77eae9246e 100644 (file)
@@ -110,7 +110,7 @@ sub import (@) { #{{{
                die "ikiwiki --wrappers --setup $config{dumpsetup} failed";
        }
 
-       # Add it to the wikiwiki.
+       # Add it to the wikilist.
        mkpath("$ENV{HOME}/.ikiwiki");
        open (WIKILIST, ">>$ENV{HOME}/.ikiwiki/wikilist") || die "$ENV{HOME}/.ikiwiki/wikilist: $!";
        print WIKILIST "$ENV{USER} $config{dumpsetup}\n";