Merge pull request #381 from greenalto/typo

builder/vmware: fix typo
This commit is contained in:
Mitchell Hashimoto 2013-09-02 08:37:56 -07:00
commit fcf978d1b6
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ func (s stepCleanVMX) Run(state multistep.StateBag) multistep.StepAction {
vmxData["floppy0.present"] = "FALSE"
}
ui.Message("Detatching ISO from CD-ROM device...")
ui.Message("Detaching ISO from CD-ROM device...")
devRe := regexp.MustCompile(`^ide\d:\d\.`)
for k, _ := range vmxData {
match := devRe.FindString(k)