Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos #707

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Adjust/ADJActivityHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
- (void)removeSessionPartnerParameter:(NSString * _Nullable)key;
- (void)resetSessionCallbackParameters;
- (void)resetSessionPartnerParameters;
- (void)trackAdRevenue:(NSString * _Nullable)soruce
- (void)trackAdRevenue:(NSString * _Nullable)source
payload:(NSData * _Nullable)payload;
- (void)disableThirdPartySharing;
- (void)trackThirdPartySharing:(nonnull ADJThirdPartySharing *)thirdPartySharing;
Expand Down
4 changes: 2 additions & 2 deletions Adjust/Adjust.h
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ extern NSString * __nonnull const ADJDataResidencyUS;
+ (void)disableThirdPartySharing;

/**
* @brief Track third paty sharing with possibility to allow or disallow it.
* @brief Track third party sharing with possibility to allow or disallow it.
*
* @param thirdPartySharing Third party sharing choice.
*/
Expand Down Expand Up @@ -393,7 +393,7 @@ extern NSString * __nonnull const ADJDataResidencyUS;
* @brief Verify in-app-purchase.
*
* @param purchase Purchase object.
* @param completionHandler Callback where verification result will be repoted.
* @param completionHandler Callback where verification result will be reported.
*/
+ (void)verifyPurchase:(nonnull ADJPurchase *)purchase
completionHandler:(void (^_Nonnull)(ADJPurchaseVerificationResult * _Nonnull verificationResult))completionHandler;
Expand Down