diff --git a/activerecord/lib/active_record/identity_map.rb b/activerecord/lib/active_record/identity_map.rb index 61221f24b4dbe0054dbea45bca3fd2987067a074..b15b5a81339b5ef128964337e8e2ff07e876cdda 100644 --- a/activerecord/lib/active_record/identity_map.rb +++ b/activerecord/lib/active_record/identity_map.rb @@ -37,9 +37,9 @@ module ActiveRecord # the comment object intact. However, once we enable Identity Map, the post loaded # by Post.destroy is exactly the same object as the object @post. As the object @post # still has the comment object in @post.comments, once Identity Map is enabled, the - # comment object will be acciddently removed. + # comment object will be accidently removed. # - # This incosistency is meant to be fixed in future Rails releases. + # This inconsistency is meant to be fixed in future Rails releases. # module IdentityMap