From 2f529d47e704ff55fb6545b97a1555d00740fbd4 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 21 Oct 2014 18:37:53 -0400 Subject: [PATCH] VMWare -> VMware --- lib/vagrant/box_collection.rb | 2 +- lib/vagrant/machine.rb | 2 +- website/docs/source/v2/vmware/usage.html.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/vagrant/box_collection.rb b/lib/vagrant/box_collection.rb index cfefbf030..925f62a87 100644 --- a/lib/vagrant/box_collection.rb +++ b/lib/vagrant/box_collection.rb @@ -29,7 +29,7 @@ module Vagrant # * BOX_NAME - The name of the box. This is a logical name given by # the user of Vagrant. # * PROVIDER - The provider that the box was built for (VirtualBox, - # VMWare, etc.). + # VMware, etc.). # * metadata.json - A simple JSON file that at the bare minimum # contains a "provider" key that matches the provider for the # box. This metadata JSON, however, can contain anything. diff --git a/lib/vagrant/machine.rb b/lib/vagrant/machine.rb index 9d2c0d15c..e76e25730 100644 --- a/lib/vagrant/machine.rb +++ b/lib/vagrant/machine.rb @@ -6,7 +6,7 @@ require "log4r" module Vagrant # This represents a machine that Vagrant manages. This provides a singular # API for querying the state and making state changes to the machine, which - # is backed by any sort of provider (VirtualBox, VMWare, etc.). + # is backed by any sort of provider (VirtualBox, VMware, etc.). class Machine # The box that is backing this machine. # diff --git a/website/docs/source/v2/vmware/usage.html.md b/website/docs/source/v2/vmware/usage.html.md index 8771d1276..7dacce6bc 100644 --- a/website/docs/source/v2/vmware/usage.html.md +++ b/website/docs/source/v2/vmware/usage.html.md @@ -12,7 +12,7 @@ providers. The value to use for the `--provider` flag is `vmware_fusion` for VMware Fusion, and `vmware_workstation` for VMware Workstation. -The Vagrant VMWare provider does not support parallel execution at this time. +The Vagrant VMware provider does not support parallel execution at this time. Specifying the `--parallel` option will have no effect.