Merge pull request #2900 from zchee/fix-typo-vb-misc

Fix typo
This commit is contained in:
Jean-Laurent de Morlhon
2016-01-22 09:32:55 +01:00

View File

@@ -11,7 +11,7 @@ import (
"github.com/docker/machine/libmachine/ssh"
)
// B2DUpdater describes the interactions with bd2.
// B2DUpdater describes the interactions with b2d.
type B2DUpdater interface {
UpdateISOCache(storePath, isoURL string) error
CopyIsoToMachineDir(storePath, machineName, isoURL string) error