Skip to content

Commit c341a28

Browse files
committed
Merge pull request docker-archive-public#2900 from zchee/fix-typo-vb-misc
Fix typo
2 parents 474363d + 9ea9399 commit c341a28

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)