Merge pull request #21177 from laushinka/spelling-fixes

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-02-18 10:29:49 -08:00
111 changed files with 152 additions and 152 deletions

View File

@@ -342,7 +342,7 @@ func (nc *NodeController) maybeDeleteTerminatingPod(obj interface{}) {
}
// delete terminating pods that have been scheduled on
// nonexistant nodes
// nonexistent nodes
if !found {
nc.forcefullyDeletePod(pod)
return