From f4e5873ebce6d2ff459de2ae756187f8cf88067e Mon Sep 17 00:00:00 2001 From: Attila Domokos Date: Fri, 13 Sep 2013 11:19:19 -0500 Subject: Fixing comment typo in ActionController::Base --- actionpack/lib/action_controller/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index 4b2c00c86a..f93f0d4404 100644 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -3,7 +3,7 @@ require "action_controller/metal/params_wrapper" module ActionController # The metal anonymous class was introduced to solve issue with including modules in ActionController::Base. - # Modules needes to be included in particluar order. First we need to have AbstractController::Rendering included, + # Modules needs to be included in particluar order. First we need to have AbstractController::Rendering included, # next we should include actuall implementation which would be for example ActionView::Rendering and after that # ActionController::Rendering. This order must be preserved and as we want to have middle module included dynamicaly # metal class was introduced. It has AbstractController::Rendering included and is parent class of -- cgit v1.2.3