aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/instrumentation.rb
diff options
context:
space:
mode:
authorAayush khandelwal <aayush.khandelwal@vinsol.com>2013-12-12 11:29:23 +0530
committerAayush khandelwal <aayush.khandelwal@vinsol.com>2013-12-12 11:29:23 +0530
commit4a9e54ef35766ec49a51805a603241019ca4e4be (patch)
tree27004fa8ea48c22fc5a6abab3fe2303ba737b5d5 /actionpack/lib/action_controller/metal/instrumentation.rb
parent11c0ef58a6cd278fc6b5d81a7724d9bcdb47f623 (diff)
downloadrails-4a9e54ef35766ec49a51805a603241019ca4e4be.tar.gz
rails-4a9e54ef35766ec49a51805a603241019ca4e4be.tar.bz2
rails-4a9e54ef35766ec49a51805a603241019ca4e4be.zip
typos rectified [ci skip]
Diffstat (limited to 'actionpack/lib/action_controller/metal/instrumentation.rb')
-rw-r--r--actionpack/lib/action_controller/metal/instrumentation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/instrumentation.rb b/actionpack/lib/action_controller/metal/instrumentation.rb
index d3aa8f90c5..b0e164bc57 100644
--- a/actionpack/lib/action_controller/metal/instrumentation.rb
+++ b/actionpack/lib/action_controller/metal/instrumentation.rb
@@ -67,7 +67,7 @@ module ActionController
private
- # A hook invoked everytime a before callback is halted.
+ # A hook invoked every time a before callback is halted.
def halted_callback_hook(filter)
ActiveSupport::Notifications.instrument("halted_callback.action_controller", :filter => filter)
end