Merge pull request #4255 from glensc/patch-1

Update shared_helpers.rb
This commit is contained in:
Fabio Rehm 2014-07-28 15:27:36 -03:00
commit 89beb695f2
1 changed files with 1 additions and 1 deletions

View File

@ -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"]