summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-17 14:26:57 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-17 14:26:57 +0000
commita66491efa504b0c7d6e40732f09b1297cbaa87ac (patch)
tree433aa7dbd0d264fd7bbcfdc19f2110da9c8db95d /lib
parentfb6713bd9fad5a2061b39164e765a5a14171b139 (diff)
merge revision(s) 40327:
fix typo by @zsalzbank [fix GH-289] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/uri/common.rb2
1 files changed, 1 insertions, 1 deletions
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)