MINOR: Fix typo in Vagrant README

the wrong word in this sentence " allows us to bring machies up in parallel on AWS." .
“machies” change to "machines".

Author: Yang Wei <yangvlive@gmail.com>

Reviewers: Jason Gustafson <jason@confluent.io>

Closes #1949 from yangwei71/trunk
This commit is contained in:
Yang Wei 2016-10-03 09:54:30 -07:00 committed by Jason Gustafson
parent c78a3b173d
commit 9e8934065a
1 changed files with 1 additions and 1 deletions

View File

@ -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: