missplelling error in abstract_mysql_adapter

This commit is contained in:
Angelo Capilleri 2012-05-12 15:39:40 +02:00
parent 568ae222af
commit 984bc75fe6

@ -251,7 +251,7 @@ def execute(sql, name = nil)
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)