Fix various typos in pkg/kubelet

This commit is contained in:
Jedrzej Nowak
2016-08-23 12:31:55 +02:00
parent 3fd14d97fb
commit 9e51eea6a3
6 changed files with 8 additions and 8 deletions

View File

@@ -78,7 +78,7 @@ func (r *RemoteImageService) ImageStatus(image *runtimeApi.ImageSpec) (*runtimeA
return resp.Image, nil
}
// PullImage pulls a image with authentication config.
// PullImage pulls an image with authentication config.
func (r *RemoteImageService) PullImage(image *runtimeApi.ImageSpec, auth *runtimeApi.AuthConfig) error {
ctx, cancel := getContextWithTimeout(r.timeout)
defer cancel()