Skip to content

Commit 9ea9399

Browse files
committed
Fix typo
Signed-off-by: Koichi Shiraishi <k@zchee.io>
1 parent 474363d commit 9ea9399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/virtualbox/misc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/docker/machine/libmachine/ssh"
1212
)
1313

14-
// B2DUpdater describes the interactions with bd2.
14+
// B2DUpdater describes the interactions with b2d.
1515
type B2DUpdater interface {
1616
UpdateISOCache(storePath, isoURL string) error
1717
CopyIsoToMachineDir(storePath, machineName, isoURL string) error

0 commit comments

Comments
 (0)