diff --git a/lib/vagrant/util/downloader.rb b/lib/vagrant/util/downloader.rb index 425160259..f19d3ffef 100644 --- a/lib/vagrant/util/downloader.rb +++ b/lib/vagrant/util/downloader.rb @@ -295,7 +295,7 @@ module Vagrant parts = result.stderr.split(/\n*curl:\s+\(\d+\)\s*/, 2) parts[1] ||= "" 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 raise Errors::DownloaderError, code: result.exit_code,