diff --git a/Src/Support/Google.Apis.Auth/OAuth2/Responses/TokenResponse.cs b/Src/Support/Google.Apis.Auth/OAuth2/Responses/TokenResponse.cs index 0ff798b4376..1c9a2991689 100644 --- a/Src/Support/Google.Apis.Auth/OAuth2/Responses/TokenResponse.cs +++ b/Src/Support/Google.Apis.Auth/OAuth2/Responses/TokenResponse.cs @@ -124,7 +124,7 @@ public bool IsExpired(IClock clock) => /// /// Returns true if the token is expired or it's so close to expiring that it shouldn't be used. /// - /// If a token response doens't have at least one of + /// If a token response doesn't have at least one of /// or set then it's considered expired. /// If is null, the token is also considered expired. internal bool IsEffectivelyExpired(IClock clock) =>