wrong word of comment in cache.go

This commit is contained in:
Ke Zhang 2016-09-06 09:57:21 +08:00
parent aee6d10b57
commit fb5ec438c4

View File

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