diff --git a/lib/mutant/reporter/cli/printer/config.rb b/lib/mutant/reporter/cli/printer/config.rb index 68f1e044..0551580e 100644 --- a/lib/mutant/reporter/cli/printer/config.rb +++ b/lib/mutant/reporter/cli/printer/config.rb @@ -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