aboutsummaryrefslogtreecommitdiffstats
path: root/tool/downloader.rb
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-24 01:43:44 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-24 01:43:44 +0000
commit9c0f09dae0a4370f61e4fd3448eeca689810e5cc (patch)
treed686b2ca82bcafe0125472f191094f25a68e2f83 /tool/downloader.rb
parent135fb0227ba00eff51ffeea3877622d073f8f9e1 (diff)
downloadruby-9c0f09dae0a4370f61e4fd3448eeca689810e5cc.tar.gz
tool/downloader.rb: Small fix to documentation comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47704 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 4edbc430c1..49205f5c26 100644
--- a/tool/downloader.rb
+++ b/tool/downloader.rb
@@ -49,7 +49,7 @@ class Downloader
# Update a file from url if newer version is available.
# Creates the file if the file doesn't yet exist; however, the
# directory where the file is being created has to exist already.
- # If +ims+ is false, already download url regardless its last
+ # If +ims+ is false, always download url regardless of its last
# modified time.
#
# Example usage: