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

Unified Diff: ash/wm/maximize_mode/maximize_mode_controller.cc

Issue 2916723002: [spelling] existance to existence (Closed)
Patch Set: Created 3 years, 7 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
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);

Powered by Google App Engine
This is Rietveld 408576698