From d745d62616bb2b309c0a805387dae2d4e1814d3f Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Sun, 26 May 2013 16:27:05 +0530 Subject: Fix some typo in method names, variables --- activesupport/test/json/encoding_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/test/json') diff --git a/activesupport/test/json/encoding_test.rb b/activesupport/test/json/encoding_test.rb index 106a7fb522..14f4366f7b 100644 --- a/activesupport/test/json/encoding_test.rb +++ b/activesupport/test/json/encoding_test.rb @@ -195,7 +195,7 @@ class TestJSONEncoding < ActiveSupport::TestCase assert_nothing_raised do hash = { "CHI" => { - :dislay_name => "chicago", + :display_name => "chicago", :latitude => 123.234 } } -- cgit v1.2.3