From 55686dd1be37d6eb57dc086e4bc72922f49b2e17 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Tue, 19 Mar 2013 00:04:39 +0530 Subject: fix typos in AR. lots of them. --- activerecord/lib/active_record/explain.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib/active_record/explain.rb') diff --git a/activerecord/lib/active_record/explain.rb b/activerecord/lib/active_record/explain.rb index 3135465dfe..15736575a2 100644 --- a/activerecord/lib/active_record/explain.rb +++ b/activerecord/lib/active_record/explain.rb @@ -9,7 +9,7 @@ module ActiveRecord yield return current[:available_queries_for_explain] ensure - # Note that the return value above does not depend on this assigment. + # Note that the return value above does not depend on this assignment. current[:available_queries_for_explain] = original end -- cgit v1.2.3