correct typo in comment

main
Yanick Champoux 2023-08-26 12:14:28 -04:00
parent 58de849fa2
commit 07da0d91a5
1 changed files with 1 additions and 1 deletions

View File

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