h-c: "unablet open" -> "unable to open"

This commit is contained in:
Denver Gingerich 2011-05-20 11:04:41 -04:00
parent b04949af1a
commit 98f589eb63

View file

@ -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) {