Skip to content

Commit

Permalink
typos in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
archiloque committed Jul 9, 2011
1 parent 6e4ed52 commit a572d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/feedzirra/feed.rb
Expand Up @@ -289,7 +289,7 @@ def self.add_url_to_multi(multi, url, url_queue, responses, options)
end
else
# puts "Error determining parser for #{url} - #{c.last_effective_url}"
# raise NoParserAvailable.new("no valid parser for content.") (this would unfirtunately fail the whole 'multi', so it's not really useable)
# raise NoParserAvailable.new("no valid parser for content.") (this would unfortunately fail the whole 'multi', so it's not really usable)
options[:on_failure].call(url, c.response_code, c.header_str, c.body_str) if options.has_key?(:on_failure)
end
end
Expand Down

0 comments on commit a572d23

Please sign in to comment.