Skip to content

Commit

Permalink
Fix typo in MIME::Type::Columnar
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbeedle committed Sep 1, 2015
1 parent 88b2880 commit ba291d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mime/types/columnar.rb
Expand Up @@ -118,7 +118,7 @@ def load_friendly

def load_use_instead
each_file_line('use_instead') do |type, line|
type.use_instad = (line unless line == '-'.freeze)
type.use_instead = (line unless line == '-'.freeze)
end
end

Expand Down

0 comments on commit ba291d6

Please sign in to comment.