Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: components/translate/content/renderer/translate_helper.cc

Issue 1469783002: Cleanup: Correctly spell success(ful). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format media Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « components/tracing/child_trace_message_filter_browsertest.cc ('k') | components/translate/ios/browser/ios_translate_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698