lib/vagrant/host.rb in vagrant-unbundled-2.0.3.0 vs lib/vagrant/host.rb in vagrant-unbundled-2.0.4.0

- old
+ new

@@ -1,8 +1,8 @@ require "vagrant/capability_host" module Vagrant - # This class handles host-OS specific interations. It is responsible for + # This class handles host-OS specific interactions. It is responsible for # detecting the proper host OS implementation and delegating capabilities # to plugins. # # See {Guest} for more information on capabilities. class Host