Merge pull request #7725 from pmorie/typo

Fix typo in runtime_cache.go
This commit is contained in:
Robert Bailey 2015-05-04 17:03:42 -07:00
commit 5fe07e69b7

View File

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