| Index: ash/wm/maximize_mode/maximize_mode_controller.cc
|
| diff --git a/ash/wm/maximize_mode/maximize_mode_controller.cc b/ash/wm/maximize_mode/maximize_mode_controller.cc
|
| index 39b21cd26d09a52c5d54fffbf0a9fdb7ab4c83c0..99202c10939519682dc6ae57a761a9aad76931f8 100644
|
| --- a/ash/wm/maximize_mode/maximize_mode_controller.cc
|
| +++ b/ash/wm/maximize_mode/maximize_mode_controller.cc
|
| @@ -118,7 +118,7 @@ MaximizeModeController::MaximizeModeController()
|
|
|
| // TODO(jonross): Do not create MaximizeModeController if the flag is
|
| // unavailable. This will require refactoring
|
| - // IsMaximizeModeWindowManagerEnabled to check for the existance of the
|
| + // IsMaximizeModeWindowManagerEnabled to check for the existence of the
|
| // controller.
|
| if (IsEnabled()) {
|
| ShellPort::Get()->AddDisplayObserver(this);
|
|
|