spelling: autorevert

This commit is contained in:
Josh Soref 2018-03-11 17:42:45 +00:00
parent 760a82fad0
commit ef07cc63d3

View file

@ -4788,7 +4788,7 @@ func DeploymentStatusDescriptionRollbackNoop(baseDescription string, jobVersion
}
// DeploymentStatusDescriptionNoRollbackTarget is used to get the status description of
// a deployment when there is no target to rollback to but autorevet is desired.
// a deployment when there is no target to rollback to but autorevert is desired.
func DeploymentStatusDescriptionNoRollbackTarget(baseDescription string) string {
return fmt.Sprintf("%s - no stable job version to auto revert to", baseDescription)
}