From f1993dfa191ee2b98e7d6f64e473a8b199ba113f Mon Sep 17 00:00:00 2001 From: Alexey Kamenskiy Date: Thu, 27 Oct 2016 10:06:27 +0800 Subject: [PATCH] Fixed minor typo in comment --- lib/vagrant/util/downloader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,