aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-16 02:18:51 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-16 02:18:51 +0000
commitadf8716d9882a5b37469c1bab66409ebd734291e (patch)
treed49cc20aec7eed99361c3bdb9426c1b34b8c4a86 /lib
parent3979a2817cfe45bb185232eefbf1e094a03e9a45 (diff)
downloadruby-adf8716d9882a5b37469c1bab66409ebd734291e.tar.gz
* lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407]
* transcode.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/net/http/header.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http/header.rb b/lib/net/http/header.rb
index 9a6a360fe2..63a163afbd 100644
--- a/lib/net/http/header.rb
+++ b/lib/net/http/header.rb
@@ -388,7 +388,7 @@ module Net::HTTPHeader
alias form_data= set_form_data
- # Set a HTML form data set.
+ # Set an HTML form data set.
# +params+ is the form data set; it is an Array of Arrays or a Hash
# +enctype is the type to encode the form data set.
# It is application/x-www-form-urlencoded or multipart/form-data.