h-c: "unablet open" -> "unable to open"
This commit is contained in:
parent
b04949af1a
commit
98f589eb63
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ sub FindAndSortOutput {
|
|||
find({ wanted => $buildList, no_chdir => 1}, $dir);
|
||||
|
||||
open(FILE_OUTPUT, ">$output") or
|
||||
die "$0: unablet open temporary output file, $output: $!";
|
||||
die "$0: unable to open temporary output file, $output: $!";
|
||||
|
||||
my @sortedChompedFiles;
|
||||
foreach my $file (sort {$a cmp $b } @files) {
|
||||
|
|
Loading…
Reference in a new issue