Fixed minor typo in comment

This commit is contained in:
Alexey Kamenskiy 2016-10-27 10:06:27 +08:00 committed by Brian Cain
parent cd3035e5e9
commit f1993dfa19
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ module Vagrant
parts = result.stderr.split(/\n*curl:\s+\(\d+\)\s*/, 2) parts = result.stderr.split(/\n*curl:\s+\(\d+\)\s*/, 2)
parts[1] ||= "" parts[1] ||= ""
if parts[1].include? "416" if parts[1].include? "416"
# All good actually. 416 means there is no mory bytes to download # All good actually. 416 means there is no more bytes to download
else else
raise Errors::DownloaderError, raise Errors::DownloaderError,
code: result.exit_code, code: result.exit_code,