Index: chrome/browser/ui/panels/panel_constants.h |
diff --git a/chrome/browser/ui/panels/panel_constants.h b/chrome/browser/ui/panels/panel_constants.h |
index ce5983bc45014e3bb992b7570f31ac0d2495acce..b10223a583f5a53d53bef3c28d9c9ca5aa4c7593 100644 |
--- a/chrome/browser/ui/panels/panel_constants.h |
+++ b/chrome/browser/ui/panels/panel_constants.h |
@@ -18,7 +18,7 @@ static const int kTitlebarHeight = 36; |
// These numbers are semi-arbitrary. |
// Motivation for 'width' is to make main buttons on the titlebar functional. |
// Motivation for height is to allow autosized tightly-wrapped panel with a |
-// single line of text - so the height is set to be likely less then a titlebar, |
+// single line of text - so the height is set to be likely less than a titlebar, |
// to make sure even small content is tightly wrapped. |
const int kPanelMinWidth = 80; |
const int kPanelMinHeight = kTitlebarHeight + 10; |