Commit 067f92e7 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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 ```
parents db2ba290 5156b7f8
......@@ -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
......
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