Correct spelling mistake in AppStore errors

This commit is contained in:
Philip Vieira
2016-05-18 15:50:48 +02:00
parent 39abea8ba6
commit 0d43229ffb

View File

@@ -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)