aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-18 16:07:09 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-18 16:07:09 -0700
commitf00be37dd19842e2e2f906b71d0525c2dc913378 (patch)
tree04f5d2cd434eeca61041e3e3f49e89ee40a590e4 /src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.h
parent4201ad1681064d591f6a47fa5b3c6f824cb7cecb (diff)
Spell out 'certificates' rather than 'certs'
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.h b/src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.h
index 82af0dc3e6..588239b706 100644
--- a/src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.h
+++ b/src/objective-c/GRPCClient/private/GRPCSecureChannelFactory.h
@@ -23,10 +23,10 @@ NS_ASSUME_NONNULL_BEGIN
@interface GRPCSecureChannelFactory : NSObject<GRPCChannelFactory>
-+ (nullable instancetype)factoryWithPEMRootCerts:(nullable NSString *)rootCerts
- privateKey:(nullable NSString *)privateKey
- certChain:(nullable NSString *)certChain
- error:(NSError **)errorPtr;
++ (nullable instancetype)factoryWithPEMRootCertificates:(nullable NSString *)rootCerts
+ privateKey:(nullable NSString *)privateKey
+ certChain:(nullable NSString *)certChain
+ error:(NSError **)errorPtr;
- (nullable grpc_channel *)createChannelWithHost:(NSString *)host
channelArgs:(nullable NSDictionary *)args;