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

Unified Diff: ash/wm/window_state.h

Issue 1351363002: Fix the typo "visibility". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/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

Powered by Google App Engine
This is Rietveld 408576698