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

Unified Diff: chrome/browser/component_updater/ev_whitelist_component_installer.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: chrome/browser/component_updater/ev_whitelist_component_installer.cc
diff --git a/chrome/browser/component_updater/ev_whitelist_component_installer.cc b/chrome/browser/component_updater/ev_whitelist_component_installer.cc
index 086feaad22fc416112b1710df789e648af5c680c..aba62c556da8ed679dcb1f782b2500f5a5a9bab8 100644
--- a/chrome/browser/component_updater/ev_whitelist_component_installer.cc
+++ b/chrome/browser/component_updater/ev_whitelist_component_installer.cc
@@ -52,7 +52,7 @@ void LoadWhitelistFromDisk(const base::FilePath& whitelist_path,
return;
}
- VLOG(0) << "EV whitelist: Sucessfully loaded.";
+ VLOG(0) << "EV whitelist: Successfully loaded.";
packed_ct_ev_whitelist::SetEVCertsWhitelist(new_whitelist);
}

Powered by Google App Engine
This is Rietveld 408576698