Skip to content

Commit 9d44f75

Browse files
committed
fix spelling
1 parent 5906bd3 commit 9d44f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/driver/auxdriver/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func newAuxUnthealthyError(path string) error {
4343
}
4444

4545
func newAuxNotFoundError(path string) error {
46-
return errors.New(fmt.Sprintf("auxiliary not pound in path command %s", path))
46+
return errors.New(fmt.Sprintf("auxiliary driver not found in path command %s", path))
4747
}
4848

4949
// ErrAuxDriverVersionCommandFailed indicates the aux driver 'version' command failed to run

0 commit comments

Comments
 (0)