aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/security
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-09-21 20:57:26 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-09-21 20:57:26 -0700
commit14929d4e35a6c4760fe9376e4aa8cb10d9411539 (patch)
tree66032f4cd6e079204171e0110b6d4875924b0333 /include/grpc++/security
parented299d182b2500187e9cfec7f8f0487c1d2cc86d (diff)
Credentials plugin fixes (after the branch was merged).
Diffstat (limited to 'include/grpc++/security')
-rw-r--r--include/grpc++/security/credentials.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/security/credentials.h b/include/grpc++/security/credentials.h
index 01b9710f6b..fafcfdc906 100644
--- a/include/grpc++/security/credentials.h
+++ b/include/grpc++/security/credentials.h
@@ -177,7 +177,7 @@ class MetadataCredentialsPlugin {
// a different thread from the one processing the call.
virtual bool IsBlocking() const { return true; }
- // Gets the auth metatada produced by this plugin. */
+ // Gets the auth metatada produced by this plugin.
virtual Status GetMetadata(
grpc::string_ref service_url,
std::multimap<grpc::string, grpc::string_ref>* metadata) = 0;