summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)