Fix typos in generic mutator stats message

This commit is contained in:
snusnu 2013-07-22 15:36:32 +02:00
parent 578e64b044
commit 071f5ae85a

View file

@ -115,7 +115,7 @@ module Mutant
#
def print_generic_stats
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|
info('%-10s: %d', type, amount)
end