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, |