Fix typos in generic mutator stats message
This commit is contained in:
parent
578e64b044
commit
071f5ae85a
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ module Mutant
|
||||||
#
|
#
|
||||||
def print_generic_stats
|
def print_generic_stats
|
||||||
stats = generic_stats.to_a.sort_by(&:last)
|
stats = generic_stats.to_a.sort_by(&:last)
|
||||||
info('Nodes handled by genric mutator (type:occurances):')
|
info('Nodes handled by generic mutator (type:occurrences):')
|
||||||
stats.reverse_each do |type, amount|
|
stats.reverse_each do |type, amount|
|
||||||
info('%-10s: %d', type, amount)
|
info('%-10s: %d', type, amount)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue