]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/aggregate.pm
move userlink to IkiWiki.pm
[ikiwiki.git] / IkiWiki / Plugin / aggregate.pm
index 09ea5902938b16030ab75ced886288a4e5497454..71368e254a960cf2545efe79ffe4b91601b34649 100644 (file)
@@ -42,7 +42,7 @@ sub checkconfig () { #{{{
                # The parent process will then handle building the result.
                # This avoids messy code to clear state accumulated while
                # aggregating.
-               defined(my $pid = fork) or error("Cant fork: $!");
+               defined(my $pid = fork) or error("Can't fork: $!");
                if (! $pid) {
                        loadstate();
                        IkiWiki::loadindex();