Skip to content

Commit

Permalink
Merge pull request #109 from mattbeedle/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in MIME::Type::Columnar
  • Loading branch information
halostatue committed Sep 2, 2015
2 parents 88b2880 + ba291d6 commit 99b9e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mime/types/columnar.rb
Original file line number Diff line number Diff line change
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 99b9e52

Please sign in to comment.