Comment typo fixes

Only comment changes.

Removed stray apostrophe from Util::Downloader.initialize() doc block. Corrected open => options for .download! description.
This commit is contained in:
Brian Porter 2013-09-04 14:37:17 -05:00
parent 29fa57da6c
commit accff3689b
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ module Vagrant
module Util
# This class downloads files using various protocols by subprocessing
# to cURL. cURL is a much more capable and complete download tool than
# a hand-rolled Ruby library, so we defer to it's expertise.
# a hand-rolled Ruby library, so we defer to its expertise.
class Downloader
# Custom user agent provided to cURL so that requests to URL shorteners
# are properly tracked.
@ -25,7 +25,7 @@ module Vagrant
end
# This executes the actual download, downloading the source file
# to the destination with the given opens used to initialize this
# to the destination with the given options used to initialize this
# class.
#
# If this method returns without an exception, the download