From f6448e5553b975d07a4ea2038cfad9a794e8f461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 27 Jul 2014 11:46:18 +0300 Subject: [PATCH] Update shared_helpers.rb typo fix --- lib/vagrant/shared_helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/shared_helpers.rb b/lib/vagrant/shared_helpers.rb index 3fb42c6f6..6288af43a 100644 --- a/lib/vagrant/shared_helpers.rb +++ b/lib/vagrant/shared_helpers.rb @@ -81,7 +81,7 @@ module Vagrant # Use user spcified env var if available path = ENV["VAGRANT_HOME"] - # On Windows, we default ot the USERPROFILE directory if it + # On Windows, we default to the USERPROFILE directory if it # is available. This is more compatible with Cygwin and sharing # the home directory across shells. if !path && ENV["USERPROFILE"]