Commit 58f8c020 authored by ymlong's avatar ymlong

Correcting some spelling errors

parent 60d0ec57
...@@ -122,7 +122,7 @@ type TokenRequest struct { ...@@ -122,7 +122,7 @@ type TokenRequest struct {
// TokenRequestSpec contains client provided parameters of a token request. // TokenRequestSpec contains client provided parameters of a token request.
type TokenRequestSpec struct { type TokenRequestSpec struct {
// Audiences are the intendend audiences of the token. A recipient of a // Audiences are the intendend audiences of the token. A recipient of a
// token must identitfy themself with an identifier in the list of // token must identify themself with an identifier in the list of
// audiences of the token, and otherwise should reject the token. A // audiences of the token, and otherwise should reject the token. A
// token issued for multiple audiences may be used to authenticate // token issued for multiple audiences may be used to authenticate
// against any of the audiences listed but implies a high degree of // against any of the audiences listed but implies a high degree of
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment