Merge pull request #1103 from legal90/parallels

builder/parallels: typos
pull/930/merge
Mitchell Hashimoto 12 years ago
commit 1f41c11dda

@ -7,7 +7,7 @@ import (
)
// FloppyConfig is configuration related to created floppy disks and attaching
// them to a VirtualBox machine.
// them to a Parallels virtual machine.
type FloppyConfig struct {
FloppyFiles []string `mapstructure:"floppy_files"`
}

@ -66,6 +66,6 @@ func TestStepAttachFloppy_noFloppy(t *testing.T) {
}
if len(driver.PrlctlCalls) > 0 {
t.Fatal("should not call vboxmanage")
t.Fatal("should not call prlctl")
}
}

@ -1,7 +1,7 @@
package iso
// Interface to help find the host IP that is available from within
// the VMware virtual machines.
// the Parallels virtual machines.
type HostIPFinder interface {
HostIP() (string, error)
}

Loading…
Cancel
Save