From 1f31ac17374070155cf8ea210e090bd6b8a7531d Mon Sep 17 00:00:00 2001 From: ktruong7 Date: Thu, 24 Oct 2013 14:46:54 -0400 Subject: [PATCH] spelling mistake in comments --- builder/virtualbox/step_create_vm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }