From 0d43229ffb5ad33d7d197a5bb3da2c996f6b6c4e Mon Sep 17 00:00:00 2001 From: Philip Vieira Date: Wed, 18 May 2016 15:50:48 +0200 Subject: [PATCH] Correct spelling mistake in AppStore errors --- appstore/validator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)