Spelling fixes inspired by github.com/client9/misspell

This commit is contained in:
laushinka
2016-02-13 02:33:32 +07:00
parent 6435d03400
commit 7ef585be22
111 changed files with 152 additions and 152 deletions

View File

@@ -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)