mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
Spelling fixes inspired by github.com/client9/misspell
This commit is contained in:
@@ -2079,7 +2079,7 @@ func waitForDeploymentStatus(c clientset.Interface, ns, deploymentName string, d
|
||||
return false, err
|
||||
}
|
||||
if newRS == nil {
|
||||
// New RC hasnt been created yet.
|
||||
// New RC hasn't been created yet.
|
||||
return false, nil
|
||||
}
|
||||
allRSs := append(oldRSs, newRS)
|
||||
|
Reference in New Issue
Block a user