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

Unified Diff: components/translate/ios/browser/ios_translate_driver.h

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/ios/browser/ios_translate_driver.h
diff --git a/components/translate/ios/browser/ios_translate_driver.h b/components/translate/ios/browser/ios_translate_driver.h
index 194f3e632d83fc3af0c6de6eebbb718f5c9090a0..e54bd6aaeda4d26c8e8a39c2e9251b8a2e31f490 100644
--- a/components/translate/ios/browser/ios_translate_driver.h
+++ b/components/translate/ios/browser/ios_translate_driver.h
@@ -64,7 +64,7 @@ class IOSTranslateDriver : public TranslateDriver,
void OpenUrlInNewTab(const GURL& url) override;
private:
- // Called when the translation was successfull.
+ // Called when the translation was successful.
void TranslationDidSucceed(const std::string& source_lang,
const std::string& target_lang,
int page_seq_no,
« no previous file with comments | « components/translate/content/renderer/translate_helper.cc ('k') | content/browser/download/mhtml_generation_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698