Merge pull request #20 from zeeraw/appstore-error-spelling
Correct spelling mistake in AppStore errors
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user