misspelling

pull/8895/head
Sharif Elgamal 2020-07-30 22:16:32 -07:00
parent 43d23b8937
commit 9b86b40536
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ func runStart(cmd *cobra.Command, args []string) {
}
if existing != nil && existing.KubernetesConfig.ContainerRuntime == "crio" && driver.IsKIC(existing.Driver) {
// Stop and start again if it's crio becuase it's broken above v1.17.3
// Stop and start again if it's crio because it's broken above v1.17.3
out.WarningT("Due to issues with CRI-O post v1.17.3, we need to restart your cluster.")
out.WarningT("See details at https://github.com/kubernetes/minikube/issues/8861")
stopProfile(existing.Name)