diff --git a/lib/simplecov/combine/branches_combiner.rb b/lib/simplecov/combine/branches_combiner.rb index 320f648f..c3af9b29 100644 --- a/lib/simplecov/combine/branches_combiner.rb +++ b/lib/simplecov/combine/branches_combiner.rb @@ -10,7 +10,7 @@ module BranchesCombiner module_function # - # Return merged branches or the existed brach if other is missing. + # Return merged branches or the existed branch if other is missing. # # Branches inside files are always same if they exist, the difference only in coverage count. # Branch coverage report for any conditional case is built from hash, it's key is a condition and diff --git a/lib/simplecov/source_file/branch.rb b/lib/simplecov/source_file/branch.rb index 8e23bf58..709f4ae3 100644 --- a/lib/simplecov/source_file/branch.rb +++ b/lib/simplecov/source_file/branch.rb @@ -33,7 +33,7 @@ def covered? end # - # Check if branche missed or not + # Check if branch missed or not # # @return [Boolean] #