Skip to content

Commit

Permalink
Fix 'existin' typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cfergeau authored and gbraad committed Oct 31, 2019
1 parent b0ec4b8 commit 0f9055f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crc/machine/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func Start(startConfig StartConfig) (StartResult, error) {
filepath.Base(startConfig.BundlePath), bundleName)
}
if host.Driver.DriverName() != startConfig.VMDriver {
err := errors.Newf("VM driver '%s' was requested, but the existin VM is using '%s' instead",
err := errors.Newf("VM driver '%s' was requested, but the existing VM is using '%s' instead",
startConfig.VMDriver, host.Driver.DriverName())
result.Error = err.Error()
return *result, err
Expand Down

0 comments on commit 0f9055f

Please sign in to comment.