Commit d90689bb authored by Paul Morie's avatar Paul Morie

Fix typo in runtime_cache.go

parent dd818424
......@@ -100,7 +100,7 @@ func (r *runtimeCache) updateCache() error {
}
// startUpdateingCache continues to invoke GetPods to get the newest result until
// there is no requests within the default cache period.
// there are no requests within the default cache period.
func (r *runtimeCache) startUpdatingCache() {
run := true
for run {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment