diff options
author | Angelo Capilleri <resca_air@MacBook-Air-di-angelo-giovanni-capilleri.local> | 2012-05-12 15:39:40 +0200 |
---|---|---|
committer | Angelo Capilleri <resca_air@MacBook-Air-di-angelo-giovanni-capilleri.local> | 2012-05-12 15:39:40 +0200 |
commit | 984bc75fe6ffbfb4b2b66e12782d16e7ab8c23bf (patch) | |
tree | 8f0e40e766272c919cf1f2f2514a8850ddb88cf5 | |
parent | 568ae222afa855402b94744112434833313f44fd (diff) | |
download | rails-984bc75fe6ffbfb4b2b66e12782d16e7ab8c23bf.tar.gz rails-984bc75fe6ffbfb4b2b66e12782d16e7ab8c23bf.tar.bz2 rails-984bc75fe6ffbfb4b2b66e12782d16e7ab8c23bf.zip |
missplelling error in abstract_mysql_adapter
-rw-r--r-- | activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb | 2 |
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) |