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

Unified Diff: sandbox/linux/tests/unit_tests.h

Issue 2715593003: [spelling] succcess to success (Closed)
Patch Set: Created 3 years, 10 months 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
« no previous file with comments | « media/gpu/dxva_video_decode_accelerator_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/tests/unit_tests.h
diff --git a/sandbox/linux/tests/unit_tests.h b/sandbox/linux/tests/unit_tests.h
index 5a7116e932e69425d6c5d6a545d214449fe1a8b8..e9f80e4a1340c503ded60afd1dfe9ff8151cf7e7 100644
--- a/sandbox/linux/tests/unit_tests.h
+++ b/sandbox/linux/tests/unit_tests.h
@@ -148,12 +148,12 @@ class UnitTests {
// to stderr.
static void IgnoreThisTest();
- // A DeathCheck method that verifies that the test completed succcessfully.
+ // A DeathCheck method that verifies that the test completed successfully.
// This is the default test mode for SANDBOX_TEST(). The "aux" parameter
// of this DeathCheck is unused (and thus unnamed)
static void DeathSuccess(int status, const std::string& msg, const void*);
- // A DeathCheck method that verifies that the test completed succcessfully
+ // A DeathCheck method that verifies that the test completed successfully
// allowing for log error messages.
static void DeathSuccessAllowNoise(int status,
const std::string& msg,
« no previous file with comments | « media/gpu/dxva_video_decode_accelerator_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698