Merge pull request #572 from ktruong7/format-issues1

Spelling mistake in comments
This commit is contained in:
Matthew Hooker 2013-10-28 06:52:57 -07:00
commit 6620b9cc9b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ func (s *stepCreateVM) Run(state multistep.StateBag) multistep.StepAction {
return multistep.ActionHalt
}
// Set the VM name propery on the first command
// Set the VM name property on the first command
if s.vmName == "" {
s.vmName = name
}