Improve go report card by fixing typos in comments

This commit is contained in:
Joshua Piccari
2016-03-04 18:30:59 -08:00
parent d9d0fdecd3
commit f5f83b076a
5 changed files with 6 additions and 6 deletions

View File

@@ -428,7 +428,7 @@ func (dc *DeploymentController) syncDeployment(key string) error {
if d.Spec.Paused {
// TODO: Implement scaling for paused deployments.
// Dont take any action for paused deployment.
// Don't take any action for paused deployment.
// But keep the status up-to-date.
// Ignore paused deployments
glog.V(4).Infof("Updating status only for paused deployment %s/%s", d.Namespace, d.Name)