Skip to content

Commit

Permalink
fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Jul 15, 2024
1 parent fad06eb commit e135cff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added minikube-darwin-arm64
Binary file not shown.
2 changes: 1 addition & 1 deletion pkg/minikube/download/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func ImageExistsInDaemon(img string) bool {
return true
}

// isImageCorrectArc is needed to resolve
// isImageCorrectArch is needed to resolve
// https://github.com/kubernetes/minikube/pull/19205
func isImageCorrectArch(img string) (bool, error) {
ref, err := name.ParseReference(img)
Expand Down

0 comments on commit e135cff

Please sign in to comment.