From ee6411ea13110f5ac87be854e2252f9aab7d88c8 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 23 Mar 2017 14:59:53 +0000 Subject: [PATCH] Fixed a typo in MenuBarModel --- modules/juce_gui_basics/menus/juce_MenuBarModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/menus/juce_MenuBarModel.h b/modules/juce_gui_basics/menus/juce_MenuBarModel.h index 27ea4daf4a..26d5a320b8 100644 --- a/modules/juce_gui_basics/menus/juce_MenuBarModel.h +++ b/modules/juce_gui_basics/menus/juce_MenuBarModel.h @@ -129,7 +129,7 @@ public: virtual void menuItemSelected (int menuItemID, int topLevelMenuIndex) = 0; - /** This is called when the user starts/stops navigating the maenu bar. + /** This is called when the user starts/stops navigating the menu bar. @param isActive true when the user starts navigating the menu bar */