fix spelling mistake

Signed-off-by: Herman Zhu <zhuhuijunzhj@gmail.com>
This commit is contained in:
Herman Zhu
2021-03-18 11:16:20 +08:00
parent 7e22c19383
commit dc89cfafa4
@@ -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())
}