spelling mistake in comments

This commit is contained in:
ktruong7 2013-10-24 14:46:54 -04:00
parent 5b1463f77b
commit 1f31ac1737
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
}