diff --git a/appstore/validator.go b/appstore/validator.go index c7d958f..e963d62 100644 --- a/appstore/validator.go +++ b/appstore/validator.go @@ -61,7 +61,7 @@ func HandleError(status int) error { message = "This receipt is from the production environment, but it was sent to the test environment for verification. Send it to the production environment instead." default: - message = "An unknown error ocurred" + message = "An unknown error occurred" } return errors.New(message)