aboutsummaryrefslogtreecommitdiffstats
path: root/tool/downloader.rb
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-06 15:00:00 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-06 15:00:00 +0000
commit894507c5f4fef38d1240fc6919efc10109163879 (patch)
tree8cd701d9241714a5acdd5ccb2f00828ed25edf74 /tool/downloader.rb
parent774f682952d247297568e905588f26f1849f589b (diff)
downloadruby-894507c5f4fef38d1240fc6919efc10109163879.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/downloader.rb')
-rw-r--r--tool/downloader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/downloader.rb b/tool/downloader.rb
index fcf456bd53..1bad317ae5 100644
--- a/tool/downloader.rb
+++ b/tool/downloader.rb
@@ -91,7 +91,7 @@ class Downloader
options['If-Modified-Since'] = since
end
end
- options['Accept-Encoding'] = '*' # to deisable Net::HTTP::GenericRequest#decode_content
+ options['Accept-Encoding'] = '*' # to disable Net::HTTP::GenericRequest#decode_content
options
end