From c6a3a39feade3ad5340cd3edfecbd024eecf653a Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 24 Feb 2008 00:37:12 +0000 Subject: Fix rdoc typo. Closes #11205 [wangchun] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8927 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/lib/active_record/validations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/validations.rb b/activerecord/lib/active_record/validations.rb index 1afdb76940..f9888c7111 100755 --- a/activerecord/lib/active_record/validations.rb +++ b/activerecord/lib/active_record/validations.rb @@ -389,7 +389,7 @@ module ActiveRecord # <%= password_field "person", "password_confirmation" %> # # The added +password_confirmation+ attribute is virtual; it exists only as an in-memory attribute for validating the password. - # To achieve this, the validation adds acccessors to the model for the confirmation attribute. NOTE: This check is performed + # To achieve this, the validation adds accessors to the model for the confirmation attribute. NOTE: This check is performed # only if +password_confirmation+ is not nil, and by default only on save. To require confirmation, make sure to add a presence # check for the confirmation attribute: # -- cgit v1.2.3