Index: ash/wm/window_state.h |
diff --git a/ash/wm/window_state.h b/ash/wm/window_state.h |
index 99ca7ece881ea6c70327ea03ad66cd8740760bfd..b3f49f52f349b211966f2931be3c67a9b3427b1c 100644 |
--- a/ash/wm/window_state.h |
+++ b/ash/wm/window_state.h |
@@ -198,7 +198,7 @@ class ASH_EXPORT WindowState : public aura::WindowObserver { |
hide_shelf_when_fullscreen_ = value; |
} |
- // If the minimum visibilty is true, ash will try to keep a |
+ // If the minimum visibility is true, ash will try to keep a |
// minimum amount of the window is always visible on the work area |
// when shown. |
// TODO(oshima): Consolidate this and window_position_managed |