Merge pull request #20 from zeeraw/appstore-error-spelling

Correct spelling mistake in AppStore errors
This commit is contained in:
Junpei Tsuji
2016-06-07 00:53:07 +09:00

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)