summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-17 01:16:58 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-17 01:16:58 +0000
commite9a61266fcf9604cdae335d7d10a7a38c545db00 (patch)
treeb6c649d0ca8af0046db7e94444e49157c6a5d135 /lib
parenta294d45808d9115d16df064cc501fee4fe8fffb3 (diff)
fix typo by @zsalzbank [fix GH-289]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40327 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)