Index: ui/base/models/menu_model.h |
diff --git a/ui/base/models/menu_model.h b/ui/base/models/menu_model.h |
index d0d31005dcdf876dca9f062ca1ab2cb6150915b6..5b461cd3074601a7d47048db1191b93ff0c22312 100644 |
--- a/ui/base/models/menu_model.h |
+++ b/ui/base/models/menu_model.h |
@@ -75,7 +75,7 @@ class UI_BASE_EXPORT MenuModel { |
// If NULL, then the default font list should be used. |
virtual const gfx::FontList* GetLabelFontListAt(int index) const; |
- // Gets the acclerator information for the specified index, returning true if |
+ // Gets the accelerator information for the specified index, returning true if |
// there is a shortcut accelerator for the item, false otherwise. |
virtual bool GetAcceleratorAt(int index, |
ui::Accelerator* accelerator) const = 0; |