From 9e8934065a85437767617d06d922a4f6591bb63d Mon Sep 17 00:00:00 2001 From: Yang Wei Date: Mon, 3 Oct 2016 09:54:30 -0700 Subject: [PATCH] MINOR: Fix typo in Vagrant README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the wrong word in this sentence " allows us to bring machies up in parallel on AWS." . “machies” change to "machines". Author: Yang Wei Reviewers: Jason Gustafson Closes #1949 from yangwei71/trunk --- vagrant/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/README.md b/vagrant/README.md index 7021010bdc4..0e86f8046a0 100644 --- a/vagrant/README.md +++ b/vagrant/README.md @@ -35,7 +35,7 @@ Now bring up the cluster: We separate out the steps (bringing up the base VMs, mapping hostnames, and configuring the VMs) due to current limitations in ZooKeeper (ZOOKEEPER-1506) that require us to collect IPs for all nodes before starting ZooKeeper nodes. Breaking into multiple steps -also allows us to bring machies up in parallel on AWS. +also allows us to bring machines up in parallel on AWS. Once this completes: