aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCallOptions.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-11-02 14:48:56 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-11-02 16:09:28 -0700
commit17a67fdb0fb01fe34c75d2c6bf34e24214222a89 (patch)
treefe8297d2da9ab1e828b8198f620ab993d8f5cc17 /src/objective-c/GRPCClient/GRPCCallOptions.h
parentbc0ce06951b091e81e8bc1c71dc660dc3168e75f (diff)
Aggregate v2 api tests
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCallOptions.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCallOptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCallOptions.h b/src/objective-c/GRPCClient/GRPCCallOptions.h
index 9683bd3c63..77fde371bc 100644
--- a/src/objective-c/GRPCClient/GRPCCallOptions.h
+++ b/src/objective-c/GRPCClient/GRPCCallOptions.h
@@ -64,7 +64,7 @@ typedef NS_ENUM(NSInteger, GRPCTransportType) {
* This method is called when gRPC is about to start the call. When OAuth token is acquired,
* \a handler is expected to be called with \a token being the new token to be used for this call.
*/
-- (void)getTokenWithHandler:(void (^)(NSString *token))hander;
+- (void)getTokenWithHandler:(void (^)(NSString *token))handler;
@end
@interface GRPCCallOptions : NSObject<NSCopying, NSMutableCopying>