| Index: ash/common/system/tray/system_tray.cc
|
| diff --git a/ash/common/system/tray/system_tray.cc b/ash/common/system/tray/system_tray.cc
|
| index 6d88484f5b81b143e465751afa707e6a3701eff9..73c0ba6a0762e3b6f8983c5b3863161e5147f85c 100644
|
| --- a/ash/common/system/tray/system_tray.cc
|
| +++ b/ash/common/system/tray/system_tray.cc
|
| @@ -172,7 +172,7 @@ void SystemTray::CreateItems(SystemTrayDelegate* delegate) {
|
|
|
| if (maximum_user_profiles > 1) {
|
| // Add a special double line separator between users and the rest of the
|
| - // menu if more then one user is logged in.
|
| + // menu if more than one user is logged in.
|
| AddTrayItem(new TrayUserSeparator(this));
|
| }
|
| #endif
|
|
|