Fix various typos in kubectl

This commit is contained in:
Andrey Kurilin
2016-08-02 19:51:51 +03:00
parent e3fa83177c
commit 91cace347d
18 changed files with 28 additions and 28 deletions

View File

@@ -88,7 +88,7 @@ func (c *ClientCache) ClientConfigForVersion(version *unversioned.GroupVersion)
}
// `version` does not necessarily equal `config.Version`. However, we know that we call this method again with
// `config.Version`, we should get the the config we've just built.
// `config.Version`, we should get the config we've just built.
configCopy := config
c.configs[*config.GroupVersion] = &configCopy