Index: Src/GoogleApis.Auth/OAuth2/Web/AuthorizationCodeWebApp.cs =================================================================== --- a/Src/GoogleApis.Auth/OAuth2/Web/AuthorizationCodeWebApp.cs +++ b/Src/GoogleApis.Auth/OAuth2/Web/AuthorizationCodeWebApp.cs @@ -104,7 +104,7 @@ // to retrieve a new access token. if (token == null || (token.RefreshToken == null && token.IsExpired(flow.Clock))) { - // Create a authorization code request. + // Create an authorization code request. AuthorizationCodeRequestUrl codeRequest = Flow.CreateAuthorizationCodeRequest(redirectUri); // Add a random number to the end of the state so we can indicate the original request was made by this