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

Unified Diff: chromeos/timezone/timezone_unittest.cc

Issue 2157963002: Improve grammar in some comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: maxiumum Created 4 years, 5 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 | « chromeos/geolocation/simple_geolocation_unittest.cc ('k') | google_apis/gcm/engine/mcs_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/timezone/timezone_unittest.cc
diff --git a/chromeos/timezone/timezone_unittest.cc b/chromeos/timezone/timezone_unittest.cc
index 1c130b6a0a4ecdb7fa204b9f2932a11fb743e986..76e387d5409166b8b6561ffa42d423d0115087df 100644
--- a/chromeos/timezone/timezone_unittest.cc
+++ b/chromeos/timezone/timezone_unittest.cc
@@ -279,12 +279,12 @@ TEST_F(TimeZoneTest, InvalidResponse) {
EXPECT_GE(url_factory.attempts(), 2U);
if (url_factory.attempts() > expected_retries + 1) {
LOG(WARNING) << "TimeZoneTest::InvalidResponse: Too many attempts ("
- << url_factory.attempts() << "), no more then "
+ << url_factory.attempts() << "), no more than "
<< expected_retries + 1 << " expected.";
}
if (url_factory.attempts() < expected_retries - 1) {
LOG(WARNING) << "TimeZoneTest::InvalidResponse: Too less attempts ("
- << url_factory.attempts() << "), greater then "
+ << url_factory.attempts() << "), greater than "
<< expected_retries - 1 << " expected.";
}
}
« no previous file with comments | « chromeos/geolocation/simple_geolocation_unittest.cc ('k') | google_apis/gcm/engine/mcs_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698