diff --git a/builder/virtualbox/step_create_vm.go b/builder/virtualbox/step_create_vm.go index 89375a2d3..3453c168b 100644 --- a/builder/virtualbox/step_create_vm.go +++ b/builder/virtualbox/step_create_vm.go @@ -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 }