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

Unified Diff: ui/views/corewm/tooltip.h

Issue 2877233002: Remove the i from visib[i]le. (Closed)
Patch Set: merge with tot 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
« no previous file with comments | « ui/views/controls/menu/menu_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/corewm/tooltip.h
diff --git a/ui/views/corewm/tooltip.h b/ui/views/corewm/tooltip.h
index 387fa3c51d3a01e67d3c0699659319fad3830fa3..3387f8858b97899ceb9fb313066fbd447ea40f6a 100644
--- a/ui/views/corewm/tooltip.h
+++ b/ui/views/corewm/tooltip.h
@@ -39,7 +39,7 @@ class VIEWS_EXPORT Tooltip {
// Hides the tooltip.
virtual void Hide() = 0;
- // Is the tooltip visibile?
+ // Is the tooltip visible?
virtual bool IsVisible() = 0;
};
« no previous file with comments | « ui/views/controls/menu/menu_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698