summaryrefslogtreecommitdiffstats
path: root/components/translate/content/renderer/translate_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/translate/content/renderer/translate_helper.cc')
-rw-r--r--components/translate/content/renderer/translate_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/translate/content/renderer/translate_helper.cc b/components/translate/content/renderer/translate_helper.cc
index 630778d..b42620a 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;