Skip to content

Commit

Permalink
Merge pull request #9356 from zhanw15/patch-2
Browse files Browse the repository at this point in the history
Correct comment typo in delete.go: 'delting'
  • Loading branch information
tstromberg authored Sep 30, 2020
2 parents ff051f9 + 790dd24 commit ecf8120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/machine/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func deleteOrphanedKIC(ociBin string, name string) {
glog.Infof("couldn't inspect container %q before deleting: %v", name, err)
return
}
// allow no more than 5 seconds for delting the container
// allow no more than 5 seconds for deleting the container
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
defer cancel()

Expand Down

0 comments on commit ecf8120

Please sign in to comment.