From e9a61266fcf9604cdae335d7d10a7a38c545db00 Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 17 Apr 2013 01:16:58 +0000 Subject: fix typo by @zsalzbank [fix GH-289] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/uri/common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/uri/common.rb b/lib/uri/common.rb index 17f97f84e1..b285687f4d 100644 --- a/lib/uri/common.rb +++ b/lib/uri/common.rb @@ -891,7 +891,7 @@ module URI # Decode given +str+ of URL-encoded form data. # - # This decods + to SP. + # This decodes + to SP. # # See URI.encode_www_form_component, URI.decode_www_form def self.decode_www_form_component(str, enc=Encoding::UTF_8) -- cgit v1.2.3