Skip to content

Commit

Permalink
Merge pull request #93 from testwill/typo
Browse files Browse the repository at this point in the history
fix: sucessfully typo
  • Loading branch information
esimov authored Sep 20, 2023
2 parents fc01f8e + 5b078f2 commit df5f249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/caire/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ func processor(in, out string, proc *caire.Processor) error {
successMsg = fmt.Sprintf("%s %s %s",
utils.DecorateText("⚡ CAIRE", utils.StatusMessage),
utils.DecorateText("⇢", utils.DefaultMessage),
utils.DecorateText("the image has been resized sucessfully ✔", utils.SuccessMessage),
utils.DecorateText("the image has been resized successfully ✔", utils.SuccessMessage),
)

errorMsg = fmt.Sprintf("%s %s %s",
Expand Down

0 comments on commit df5f249

Please sign in to comment.