diff --git a/pkg/kubelet/container/cache.go b/pkg/kubelet/container/cache.go index a15acf006c2..e7124ea1ccf 100644 --- a/pkg/kubelet/container/cache.go +++ b/pkg/kubelet/container/cache.go @@ -49,7 +49,7 @@ type data struct { status *PodStatus // Error got when trying to inspect the pod. err error - // Time when the data was last modfied. + // Time when the data was last modified. modified time.Time }