aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorAngelo Capilleri <resca_air@MacBook-Air-di-angelo-giovanni-capilleri.local>2012-05-12 15:39:40 +0200
committerAngelo Capilleri <resca_air@MacBook-Air-di-angelo-giovanni-capilleri.local>2012-05-12 15:39:40 +0200
commit984bc75fe6ffbfb4b2b66e12782d16e7ab8c23bf (patch)
tree8f0e40e766272c919cf1f2f2514a8850ddb88cf5 /activerecord
parent568ae222afa855402b94744112434833313f44fd (diff)
downloadrails-984bc75fe6ffbfb4b2b66e12782d16e7ab8c23bf.tar.gz
rails-984bc75fe6ffbfb4b2b66e12782d16e7ab8c23bf.tar.bz2
rails-984bc75fe6ffbfb4b2b66e12782d16e7ab8c23bf.zip
missplelling error in abstract_mysql_adapter
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb b/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
index a848838a4e..9794c5663e 100644
--- a/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
+++ b/activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb
@@ -251,7 +251,7 @@ module ActiveRecord
end
# MysqlAdapter has to free a result after using it, so we use this method to write
- # stuff in a abstract way without concerning ourselves about whether it needs to be
+ # stuff in an abstract way without concerning ourselves about whether it needs to be
# explicitly freed or not.
def execute_and_free(sql, name = nil) #:nodoc:
yield execute(sql, name)