Skip to content

Commit

Permalink
fix typo in exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh McGowan committed Jul 3, 2009
1 parent 5a9b93e commit b8cdaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/roo.rb
Expand Up @@ -12,7 +12,7 @@ def open(file)
when ''
Google.new(file)
else
raise ArgumentError, "Don't know how to open file #{filename}"
raise ArgumentError, "Don't know how to open file #{file}"
end
end
end
Expand Down

0 comments on commit b8cdaab

Please sign in to comment.