| Index: ui/views/controls/menu/menu_controller.cc
|
| diff --git a/ui/views/controls/menu/menu_controller.cc b/ui/views/controls/menu/menu_controller.cc
|
| index a5ecb7df05c4a3fc1bda4e00ee870b38a24475e9..7c44dd17258fde84b9059d4130ea94d1a111e8f6 100644
|
| --- a/ui/views/controls/menu/menu_controller.cc
|
| +++ b/ui/views/controls/menu/menu_controller.cc
|
| @@ -2399,7 +2399,7 @@ void MenuController::RepostEventAndCancel(SubmenuView* source,
|
| } else {
|
| // We some times get an event after closing all the menus. Ignore it. Make
|
| // sure the menu is in fact not visible. If the menu is visible, then
|
| - // we're in a bad state where we think the menu isn't visibile but it is.
|
| + // we're in a bad state where we think the menu isn't visible but it is.
|
| DCHECK(!source->GetWidget()->IsVisible());
|
| }
|
|
|
|
|