Index: Src/GoogleApis/Apis/Authentication/DelegateAuthenticator.cs =================================================================== --- a/Src/GoogleApis/Apis/Authentication/DelegateAuthenticator.cs +++ b/Src/GoogleApis/Apis/Authentication/DelegateAuthenticator.cs @@ -35,7 +35,7 @@ /// /// The request needing authentication. public delegate void RequestModifier(HttpWebRequest webRequest); - + /// /// Creates a new DelegateAuthenticator. /// @@ -50,7 +50,7 @@ /// Apply authentication to the request. Calls the RequestModifier delegate /// modify the request by adding authentication information. /// - /// The request needing authentication. + /// The request needing authentication. public virtual void ApplyAuthenticationToRequest(HttpWebRequest request) { modifyRequestDelegate(request);