YA typo fix
This commit is contained in:
parent
281dd7f076
commit
ac9aca28db
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue