From 3c6e9c32d4a1496dfa2b8f4266148cdecbe14731 Mon Sep 17 00:00:00 2001 From: Ignacio Galindo Date: Thu, 31 Oct 2013 18:06:09 -0600 Subject: [PATCH] Fix typo in comment --- lib/json/common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/json/common.rb b/lib/json/common.rb index e24f637f6..c01590b7b 100644 --- a/lib/json/common.rb +++ b/lib/json/common.rb @@ -411,7 +411,7 @@ def self.swap!(string) # :nodoc: string end - # Shortuct for iconv. + # Shortcut for iconv. if ::String.method_defined?(:encode) # Encodes string using Ruby's _String.encode_ def self.iconv(to, from, string)