From 894507c5f4fef38d1240fc6919efc10109163879 Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 6 Apr 2015 15:00:00 +0000 Subject: fix a typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/downloader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/downloader.rb') 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 -- cgit v1.2.3