@@ -523,7 +523,7 @@ def config_loader
523523
524524 # Loads another environment for the given Vagrantfile, sharing as much
525525 # useful state from this Environment as possible (such as UI and paths).
526- # Any initialization options can be overidden using the opts hash.
526+ # Any initialization options can be overridden using the opts hash.
527527 #
528528 # @param [String] vagrantfile Path to a Vagrantfile
529529 # @return [Environment]
@@ -567,7 +567,7 @@ def host
567567
568568 # Determine the host class to use. ":detect" is an old Vagrant config
569569 # that shouldn't be valid anymore, but we respect it here by assuming
570- # its old behavior. No need to deprecate this because I thin it is
570+ # its old behavior. No need to deprecate this because I think it is
571571 # fairly harmless.
572572 host_klass = vagrantfile . config . vagrant . host
573573 host_klass = nil if host_klass == :detect
@@ -883,7 +883,7 @@ def setup_home_path
883883
884884 # Create the version file that we use to track the structure of
885885 # the home directory. If we have an old version, we need to explicitly
886- # upgrade it. Otherwise, we just mark that its the current version.
886+ # upgrade it. Otherwise, we just mark that it's the current version.
887887 version_file = @home_path . join ( "setup_version" )
888888 if version_file . file?
889889 version = version_file . read . chomp
@@ -1059,7 +1059,7 @@ def process_configured_plugins
10591059 end
10601060 ui . info ( "\n " )
10611061 # Force halt after installation and require command to be run again. This
1062- # will proper load any new locally installed plugins which are now available.
1062+ # will properly load any new locally installed plugins which are now available.
10631063 ui . warn ( I18n . t ( "vagrant.plugins.local.install_rerun_command" ) )
10641064 exit ( -1 )
10651065 end
0 commit comments