From e3b49c052b497827c9f058feaa066bbfe184f4da Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 28 Sep 2007 14:18:47 +0000 Subject: Fixed spelling errors (closes #9706) [tarmo/rmm5t] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7666 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/migration_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord/test/migration_test.rb') diff --git a/activerecord/test/migration_test.rb b/activerecord/test/migration_test.rb index 69e9212fa6..9ac9bb10fd 100644 --- a/activerecord/test/migration_test.rb +++ b/activerecord/test/migration_test.rb @@ -340,7 +340,7 @@ if ActiveRecord::Base.connection.supports_migrations? assert_equal 127, jonnyg.intelligence_quotient jonnyg.destroy ensure - ActiveRecord::Migration.remove_column :people, :intelligece_quotient rescue nil + ActiveRecord::Migration.remove_column :people, :intelligence_quotient rescue nil end end @@ -578,7 +578,7 @@ if ActiveRecord::Base.connection.supports_migrations? assert_equal BigDecimal("1000234000567.95"), b.big_bank_balance # This one is fun. The 'value_of_e' field is defined as 'DECIMAL' with - # precision/scale explictly left out. By the SQL standard, numbers + # precision/scale explicitly left out. By the SQL standard, numbers # assigned to this field should be truncated but that's seldom respected. if current_adapter?(:PostgreSQLAdapter, :SQLite2Adapter) # - PostgreSQL changes the SQL spec on columns declared simply as -- cgit v1.2.3