Skip to content

Commit

Permalink
Fix typo in action_controller responder.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsuresh committed Dec 12, 2013
1 parent bdca668 commit 25a5c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_controller/metal/responder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def has_errors?
resource.respond_to?(:errors) && !resource.errors.empty?
end

# Check whether the neceessary Renderer is available
# Check whether the necessary Renderer is available
def has_renderer?
Renderers::RENDERERS.include?(format)
end
Expand Down

0 comments on commit 25a5c5f

Please sign in to comment.