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

Unified Diff: components/tracing/child_trace_message_filter_browsertest.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/tracing/child_trace_message_filter_browsertest.cc
diff --git a/components/tracing/child_trace_message_filter_browsertest.cc b/components/tracing/child_trace_message_filter_browsertest.cc
index b7c83e2c1ec983219dfbbf92c32ca6de63632513..2bbff08c9d2b8a9178ad7c63f222657bee27190b 100644
--- a/components/tracing/child_trace_message_filter_browsertest.cc
+++ b/components/tracing/child_trace_message_filter_browsertest.cc
@@ -137,7 +137,7 @@ class ChildTracingTest : public content::RenderViewTest, public IPC::Listener {
WaitForIPCMessage(TracingHostMsg_ProcessMemoryDumpResponse::ID);
EXPECT_NE(nullptr, msg);
- // Check that the |dump_guid| and the |sucess| fields are properly set.
+ // Check that the |dump_guid| and the |success| fields are properly set.
TracingHostMsg_ProcessMemoryDumpResponse::Param params;
TracingHostMsg_ProcessMemoryDumpResponse::Read(msg, &params);
const uint64 resp_guid = base::get<0>(params);
« no previous file with comments | « components/proximity_auth/cryptauth/pref_names.cc ('k') | components/translate/content/renderer/translate_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698