YA typo fix

This commit is contained in:
Steve McIntyre 2012-07-08 18:40:21 +00:00
parent 281dd7f076
commit ac9aca28db
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ if ($force_unstable_tasks) {
} }
} }
close AVAIL or die "reading unstable tasks failed : $@ ($!)\n"; close AVAIL or die "reading unstable tasks failed : $@ ($!)\n";
msg(0, " Read $num tasks packages fro $tasks_packages\n"); msg(0, " Read $num tasks packages from $tasks_packages\n");
} }
$/ = $oldrs; $/ = $oldrs;