Merge pull request #41801 from riverzhang/patch-1

Automatic merge from submit-queue (batch tested with PRs 41854, 41801, 40088, 41590, 41911)

Fix  some typos

**Release note**:

```release-note
```
This commit is contained in:
Kubernetes Submit Queue 2017-02-25 05:02:53 -08:00 committed by GitHub
commit 067f92e789

View File

@ -2037,7 +2037,7 @@ func (kl *Kubelet) updateRuntimeUp() {
glog.Errorf("Container runtime network not ready: %v", networkReady)
kl.runtimeState.setNetworkState(fmt.Errorf("runtime network not ready: %v", networkReady))
} else {
// Set nil if the containe runtime network is ready.
// Set nil if the container runtime network is ready.
kl.runtimeState.setNetworkState(nil)
}
// TODO(random-liu): Add runtime error in runtimeState, and update it