fix a comment

This commit is contained in:
iamqizhao
2015-08-28 13:24:56 -07:00
parent 87c361b5a5
commit 3111577eb2

View File

@ -65,7 +65,8 @@ type Credentials interface {
// TODO(zhaoq): Define the set of the qualified keys instead of leaving
// it as an arbitrary string.
GetRequestMetadata(ctx context.Context) (map[string]string, error)
// RequireTransport indicates whether the credentails requires transport security.
// RequireTransportSecurity indicates whether the credentails requires
// transport security.
RequireTransportSecurity() bool
}