Skip to content

Commit

Permalink
Merge pull request #96 from streeter/typo-fix
Browse files Browse the repository at this point in the history
Thanks!
  • Loading branch information
hpique committed Aug 6, 2014
2 parents adc8d8a + 3ab3003 commit 4cc47c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RMStore/Optional/RMStoreAppReceiptVerificator.m
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ - (BOOL)verifyTransaction:(SKPaymentTransaction*)transaction
const BOOL transactionVerified = [receipt containsInAppPurchaseOfProductIdentifier:payment.productIdentifier];
if (!transactionVerified)
{
[self failWithBlock:failureBlock message:NSLocalizedString(@"The app receipt doest not contain the given product", @"")];
[self failWithBlock:failureBlock message:NSLocalizedString(@"The app receipt does not contain the given product", @"")];
return NO;
}
if (successBlock)
Expand Down

0 comments on commit 4cc47c8

Please sign in to comment.