diff --git a/script.pl b/script.pl index 92ca833..d59b9e9 100644 --- a/script.pl +++ b/script.pl @@ -70,7 +70,7 @@ sub generate_output_table ($ts) { } } - # create hash with each comptuer and its average GHz Days per day + # create hash with each computer and its average GHz Days per day my %ranks = pairmap { my $mean = sum( @$b ) / @$b; my $rounded = int( $mean + 0.5 );