Skip to content

Commit

Permalink
Fix a silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrish committed Jul 7, 2012
1 parent 44eba80 commit 1011c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/i18n/backend/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def load_yml(filename)
begin
YAML.load_file(filename)
rescue TypeError
raise InvalidLocaleData.new(file)
raise InvalidLocaleData.new(filename)
end
end
end
Expand Down

0 comments on commit 1011c32

Please sign in to comment.