From b026f7e1fff3b8f7fdfa1a743f21ce236115b200 Mon Sep 17 00:00:00 2001 From: Peter Suschlik Date: Tue, 15 May 2012 15:37:18 +0200 Subject: Fix typo [ci skip] --- activerecord/lib/active_record/core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') diff --git a/activerecord/lib/active_record/core.rb b/activerecord/lib/active_record/core.rb index 4ebdb04565..737f192731 100644 --- a/activerecord/lib/active_record/core.rb +++ b/activerecord/lib/active_record/core.rb @@ -127,7 +127,7 @@ module ActiveRecord object.is_a?(self) end - # Returns an instance of +Arel::Table+ loaded with the curent + # Returns an instance of +Arel::Table+ loaded with the current # table name # # class Post < ActiveRecord::Base -- cgit v1.2.3