aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2013-12-11 22:13:04 -0800
committerGodfrey Chan <godfreykfc@gmail.com>2013-12-11 22:13:04 -0800
commitebfd97124db0cd7550dd197559343e2fda5b79d6 (patch)
tree4ae4e054b1b89267e61b8917654edee3739d4fc4 /activesupport
parentbdca6686742cecb6e198d2ddf0023189264d40fa (diff)
parent4a9e54ef35766ec49a51805a603241019ca4e4be (diff)
downloadrails-ebfd97124db0cd7550dd197559343e2fda5b79d6.tar.gz
rails-ebfd97124db0cd7550dd197559343e2fda5b79d6.tar.bz2
rails-ebfd97124db0cd7550dd197559343e2fda5b79d6.zip
Merge pull request #13284 from aayushkhandelwal11/typos_corrected
s/everytime/every time/
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/callbacks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/callbacks.rb b/activesupport/lib/active_support/callbacks.rb
index c3aac31323..02adba50a3 100644
--- a/activesupport/lib/active_support/callbacks.rb
+++ b/activesupport/lib/active_support/callbacks.rb
@@ -89,7 +89,7 @@ module ActiveSupport
private
- # A hook invoked everytime a before callback is halted.
+ # A hook invoked every time a before callback is halted.
# This can be overridden in AS::Callback implementors in order
# to provide better debugging/logging.
def halted_callback_hook(filter)