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

Unified Diff: components/history/core/browser/history_types.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/history/core/browser/history_types.h
diff --git a/components/history/core/browser/history_types.h b/components/history/core/browser/history_types.h
index ea8b7ec1783748d392731acb29b6963e1aaf175c..a87cc4c12f20f38a8d9e1e82adb3cc0b93399b19 100644
--- a/components/history/core/browser/history_types.h
+++ b/components/history/core/browser/history_types.h
@@ -296,7 +296,7 @@ struct QueryURLResult {
// HistoryBackend::GetVisibleVisitCountToHost.
struct VisibleVisitCountToHostResult {
// Indicates whether the call to HistoryBackend::GetVisibleVisitCountToHost
- // was successfull or not. If false, then both |count| and |first_visit| are
+ // was successful or not. If false, then both |count| and |first_visit| are
// undefined.
bool success;
int count;
« no previous file with comments | « components/autofill/core/browser/autofill_xml_parser_unittest.cc ('k') | components/nacl/browser/pnacl_translation_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698