Index: components/translate/content/renderer/translate_helper.cc |
diff --git a/components/translate/content/renderer/translate_helper.cc b/components/translate/content/renderer/translate_helper.cc |
index 630778d0e1499b0b87453e9f94f4bb49a72fe586..b42620a4dba10a248bd23ca28a541eb2b5a7e12e 100644 |
--- a/components/translate/content/renderer/translate_helper.cc |
+++ b/components/translate/content/renderer/translate_helper.cc |
@@ -510,7 +510,7 @@ void TranslateHelper::TranslatePageImpl(int page_seq_no, int count) { |
if (!IsTranslateLibReady()) { |
// The library is not ready, try again later, unless we have tried several |
- // times unsucessfully already. |
+ // times unsuccessfully already. |
if (++count >= kMaxTranslateInitCheckAttempts) { |
NotifyBrowserTranslationFailed(TranslateErrors::INITIALIZATION_ERROR); |
return; |