From 86b745654ced08b20df8be8bfd724cef607c9844 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Sat, 20 Sep 2008 14:20:28 +0200 Subject: Fix another typo. --- activerecord/lib/active_record/validations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/validations.rb b/activerecord/lib/active_record/validations.rb index 3aa3f53e50..73d9b36fc2 100644 --- a/activerecord/lib/active_record/validations.rb +++ b/activerecord/lib/active_record/validations.rb @@ -641,7 +641,7 @@ module ActiveRecord # === Concurrency and integrity # # Using this validation method in conjunction with ActiveRecord::Base#save - # does not guarantee the absense of duplicate record insertions, because + # does not guarantee the absence of duplicate record insertions, because # uniqueness checks on the application level are inherently prone to racing # conditions. For example, suppose that two users try to post a Comment at # the same time, and a Comment's title must be unique. At the database-level, -- cgit v1.2.3