Merge pull request #1216 from Ghostbaby/spelling_mistake

fix spelling mistake
This commit is contained in:
Jianbo Sun
2021-03-18 11:57:07 +08:00
committed by GitHub
@@ -94,7 +94,7 @@ func (c *DeploymentController) VerifySpec(ctx context.Context) (bool, error) {
}
if !c.sourceDeploy.Spec.Paused {
return false, fmt.Errorf("the source eployment %s is still being reconciled, need to be paused",
return false, fmt.Errorf("the source deployment %s is still being reconciled, need to be paused",
c.sourceDeploy.GetName())
}