lib/mutant/reporter/cli/printer/config.rb in mutant-0.3.0.beta19 vs lib/mutant/reporter/cli/printer/config.rb in mutant-0.3.0.beta20

- old
+ new

@@ -113,10 +113,10 @@ # # @api private # 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 end