aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/callbacks.rb
diff options
context:
space:
mode:
authorMike Boone <mike@boonedocks.net>2017-10-10 23:08:03 -0400
committerMike Boone <mike@boonedocks.net>2017-10-10 23:08:03 -0400
commitb1ee5e8e7f98b32196423a144e7a87ae284c7a5c (patch)
treed4ea39084e7bb2b767d24c5b61c9a521d49b144a /activerecord/lib/active_record/callbacks.rb
parentb205ea2dc6c70b2b8e2134640e3056ed33fdc6be (diff)
downloadrails-b1ee5e8e7f98b32196423a144e7a87ae284c7a5c.tar.gz
rails-b1ee5e8e7f98b32196423a144e7a87ae284c7a5c.tar.bz2
rails-b1ee5e8e7f98b32196423a144e7a87ae284c7a5c.zip
Fix some typos.
Diffstat (limited to 'activerecord/lib/active_record/callbacks.rb')
-rw-r--r--activerecord/lib/active_record/callbacks.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/callbacks.rb b/activerecord/lib/active_record/callbacks.rb
index a2439e6ec7..ac1070e65b 100644
--- a/activerecord/lib/active_record/callbacks.rb
+++ b/activerecord/lib/active_record/callbacks.rb
@@ -240,7 +240,7 @@ module ActiveRecord
#
# private
#
- # def log_chidren
+ # def log_children
# # Child processing
# end
#
@@ -265,7 +265,7 @@ module ActiveRecord
#
# private
#
- # def log_chidren
+ # def log_children
# # Child processing
# end
#