aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-05-10 04:06:10 -0700
committerJosé Valim <jose.valim@gmail.com>2011-05-10 04:06:10 -0700
commit8c05293b69e765f46a32d0fd4260d862fec2c113 (patch)
tree1c53c8f9f3c4838c61f50634aaa39b997997d522
parent302c912bf6bcd0fa200d964ec2dc4a44abe328a6 (diff)
parenta4765f74cd12ad708056805b7fe46b14be885454 (diff)
downloadrails-8c05293b69e765f46a32d0fd4260d862fec2c113.tar.gz
rails-8c05293b69e765f46a32d0fd4260d862fec2c113.tar.bz2
rails-8c05293b69e765f46a32d0fd4260d862fec2c113.zip
Merge pull request #482 from vijaydev/patch-2
Fix typos in IM documentation
-rw-r--r--activerecord/lib/active_record/identity_map.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/identity_map.rb b/activerecord/lib/active_record/identity_map.rb
index 61221f24b4..b15b5a8133 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