Commit 6620b9cc authored by Matthew Hooker's avatar Matthew Hooker

Merge pull request #572 from ktruong7/format-issues1

Spelling mistake in comments
parents 7cdb5d3f 1f31ac17
...@@ -43,7 +43,7 @@ func (s *stepCreateVM) Run(state multistep.StateBag) multistep.StepAction { ...@@ -43,7 +43,7 @@ func (s *stepCreateVM) Run(state multistep.StateBag) multistep.StepAction {
return multistep.ActionHalt return multistep.ActionHalt
} }
// Set the VM name propery on the first command // Set the VM name property on the first command
if s.vmName == "" { if s.vmName == "" {
s.vmName = name s.vmName = name
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment