| Index: chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.cc
|
| diff --git a/chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.cc b/chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.cc
|
| index 30262785effc829777f5fc5d185cfe2b827ceaf5..36b3dc384d917d6eb71d67249bfed0d8166be3a0 100644
|
| --- a/chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.cc
|
| +++ b/chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.cc
|
| @@ -42,7 +42,7 @@ std::string RemoveAccountIdPrefix(const std::string& prefixed_account_id) {
|
|
|
| // This class sends a request to GAIA to revoke the given refresh token from
|
| // the server. This is a best effort attempt only. This class deletes itself
|
| -// when done sucessfully or otherwise.
|
| +// when done successfully or otherwise.
|
| class MutableProfileOAuth2TokenServiceDelegate::RevokeServerRefreshToken
|
| : public GaiaAuthConsumer {
|
| public:
|
|
|