From 5e00adc98f404b632581204689526bbfa051dfae Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Tue, 26 Mar 2019 16:54:47 -0700 Subject: [PATCH] Add missing 's' to comment string --- pkg/minikube/machine/cache_images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/minikube/machine/cache_images.go b/pkg/minikube/machine/cache_images.go index 822f441740..27db84e122 100644 --- a/pkg/minikube/machine/cache_images.go +++ b/pkg/minikube/machine/cache_images.go @@ -198,7 +198,7 @@ func getWindowsVolumeNameCmd(d string) (string, error) { return vname, nil } -// loadImageFromCache load a single image from the cache +// loadImageFromCache loads a single image from the cache func loadImageFromCache(cr bootstrapper.CommandRunner, k8s config.KubernetesConfig, src string) error { glog.Infoln("Loading image from cache at ", src) filename := filepath.Base(src)