Fix some typos

This commit is contained in:
riverzhang 2017-02-21 07:15:40 -06:00 committed by GitHub
parent e65ac460eb
commit 5156b7f8cf

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