diff --git a/pkg/kubelet/volume_host.go b/pkg/kubelet/volume_host.go index 06820bdeaea..0b01f4c7e91 100644 --- a/pkg/kubelet/volume_host.go +++ b/pkg/kubelet/volume_host.go @@ -242,7 +242,7 @@ func (kvh *kubeletVolumeHost) getMountExec(pluginName string) (mount.Exec, error glog.V(5).Infof("using default mounter/exec for %s", pluginName) return nil, nil } - glog.V(5).Infof("using container %s/%s/%s to execute mount utilites for %s", pod.Namespace, pod.Name, container, pluginName) + glog.V(5).Infof("using container %s/%s/%s to execute mount utilities for %s", pod.Namespace, pod.Name, container, pluginName) return &containerExec{ pod: pod, containerName: container,