| Index: components/translate/core/browser/translate_url_fetcher.cc | 
| diff --git a/components/translate/core/browser/translate_url_fetcher.cc b/components/translate/core/browser/translate_url_fetcher.cc | 
| index 45615e34af9d38d1f98fe5955699ab5f2090369b..dbbff3176056f9c9c199a3e1e7c84e4503213316 100644 | 
| --- a/components/translate/core/browser/translate_url_fetcher.cc | 
| +++ b/components/translate/core/browser/translate_url_fetcher.cc | 
| @@ -31,7 +31,7 @@ TranslateURLFetcher::~TranslateURLFetcher() { | 
| bool TranslateURLFetcher::Request( | 
| const GURL& url, | 
| const TranslateURLFetcher::Callback& callback) { | 
| -  // This function is not supposed to be called before previous operaion is not | 
| +  // This function is not supposed to be called if the previous operation is not | 
| // finished. | 
| if (state_ == REQUESTING) { | 
| NOTREACHED(); | 
|  |