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

Unified Diff: chrome/service/cloud_print/connector_settings.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 | « chrome/browser/ui/views/frame/browser_frame.cc ('k') | chromeos/geolocation/simple_geolocation_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/cloud_print/connector_settings.cc
diff --git a/chrome/service/cloud_print/connector_settings.cc b/chrome/service/cloud_print/connector_settings.cc
index 41ed851246475e76a21e869d0e76b874ecc91723..19535c2545b533e16276405b8462035955c96224 100644
--- a/chrome/service/cloud_print/connector_settings.cc
+++ b/chrome/service/cloud_print/connector_settings.cc
@@ -119,7 +119,7 @@ void ConnectorSettings::SetXmppPingTimeoutSec(int timeout) {
xmpp_ping_timeout_sec_ = timeout;
if (xmpp_ping_timeout_sec_ < kMinXmppPingTimeoutSecs) {
LOG(WARNING) <<
- "CP_CONNECTOR: XMPP ping timeout is less then minimal value";
+ "CP_CONNECTOR: XMPP ping timeout is less than minimal value";
xmpp_ping_timeout_sec_ = kMinXmppPingTimeoutSecs;
}
}
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame.cc ('k') | chromeos/geolocation/simple_geolocation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698