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

Unified Diff: chrome/browser/ui/views/frame/browser_frame.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/panels/panel_constants.h ('k') | chrome/service/cloud_print/connector_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_frame.cc
diff --git a/chrome/browser/ui/views/frame/browser_frame.cc b/chrome/browser/ui/views/frame/browser_frame.cc
index 37bcfbbc2e7fcfc310f5f130f7b12ad058c68542..7eb9ff2e37afc14940222f6ccefe0fec5be75936 100644
--- a/chrome/browser/ui/views/frame/browser_frame.cc
+++ b/chrome/browser/ui/views/frame/browser_frame.cc
@@ -266,7 +266,7 @@ ui::MenuModel* BrowserFrame::GetSystemMenuModel() {
ash::WmShell::Get()->GetSessionStateDelegate();
if (delegate && delegate->NumberOfLoggedInUsers() > 1) {
// In Multi user mode, the number of users as well as the order of users
- // can change. Coming here we have more then one user and since the menu
+ // can change. Coming here we have more than one user and since the menu
// model contains the user information, it must get updated to show any
// changes happened since the last invocation.
menu_model_builder_.reset();
« no previous file with comments | « chrome/browser/ui/panels/panel_constants.h ('k') | chrome/service/cloud_print/connector_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698