Add missing 's' to comment string

pull/3990/head
Thomas Stromberg 2019-03-26 16:54:47 -07:00
parent 9edda72985
commit 5e00adc98f
1 changed files with 1 additions and 1 deletions

View File

@ -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)