Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
  • Loading branch information
zachaller committed Dec 17, 2024
1 parent 62e79f5 commit 6df1936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollout/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ func (c *Controller) syncHandler(ctx context.Context, key string) error {
if resolveErr != nil {
err := roCtx.createInvalidRolloutCondition(resolveErr, r)
if err != nil {
return fmt.Errorf("failed to create invalid rollout condition during resovling the rollout: %w", err)
return fmt.Errorf("failed to create invalid rollout condition during resolving the rollout: %w", err)
}
return fmt.Errorf("failed to resolve rollout: %w", resolveErr)
}
Expand Down

0 comments on commit 6df1936

Please sign in to comment.