Commit 1f31ac17 authored by ktruong7's avatar ktruong7

spelling mistake in comments

parent 5b1463f7
...@@ -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