Skip to content

Commit

Permalink
Merge pull request simplecov-ruby#99 from bdon/master
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
colszowka committed Jan 27, 2012
2 parents f7dab40 + f040e96 commit e051749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simplecov/result.rb
Expand Up @@ -44,7 +44,7 @@ def covered_percent


# The multiple of coverage for this result # The multiple of coverage for this result
def covered_strength def covered_strength
return @covered_strength if @convered_strength return @covered_strength if @covered_strength
m = 0 m = 0
@files.each do |file| @files.each do |file|
original_result[file.filename].each do |line_result| original_result[file.filename].each do |line_result|
Expand Down

0 comments on commit e051749

Please sign in to comment.