From c5258c54221d66253bd10243823c84b1a7943a6a Mon Sep 17 00:00:00 2001 From: Geoffrey Bachelet Date: Wed, 3 Jul 2013 19:11:37 -0400 Subject: [PATCH] Typo --- builder/virtualbox/step_run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/virtualbox/step_run.go b/builder/virtualbox/step_run.go index 1fa01d0ff..df978bdb6 100644 --- a/builder/virtualbox/step_run.go +++ b/builder/virtualbox/step_run.go @@ -27,7 +27,7 @@ func (s *stepRun) Run(state map[string]interface{}) multistep.StepAction { if config.Headless == true { ui.Message("WARNING: The VM will be started in headless mode, as configured.\n" + "In headless mode, errors during the boot sequence or OS setup\n" + - "won't be easily visible. Use at your own discresion.") + "won't be easily visible. Use at your own discretion.") guiArgument = "headless" } command := []string{"startvm", vmName, "--type", guiArgument}