aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorDamien Mathieu <42@dmathieu.com>2013-12-12 00:13:52 -0800
committerDamien Mathieu <42@dmathieu.com>2013-12-12 00:13:52 -0800
commit6645a2099ae00671807f796d3ef4e70106a9f792 (patch)
treeaccd316f2b968f995578b5c7723f039f73e84fa8 /actionpack
parent6f3c3ba784f80bcde8d1fcd20588d022983aee66 (diff)
parent25a5c5f23654e863e0df6109ba1a4180a90b5c26 (diff)
downloadrails-6645a2099ae00671807f796d3ef4e70106a9f792.tar.gz
rails-6645a2099ae00671807f796d3ef4e70106a9f792.tar.bz2
rails-6645a2099ae00671807f796d3ef4e70106a9f792.zip
Merge pull request #13288 from dvsuresh/fix_typo
Fix typo in action_controller responder.rb [ci skip]
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/metal/responder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/responder.rb b/actionpack/lib/action_controller/metal/responder.rb
index b4ba169e8f..e24b56fa91 100644
--- a/actionpack/lib/action_controller/metal/responder.rb
+++ b/actionpack/lib/action_controller/metal/responder.rb
@@ -270,7 +270,7 @@ module ActionController #:nodoc:
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