1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed a typo in MenuBarModel

This commit is contained in:
ed 2017-03-23 14:59:53 +00:00
parent e561f1f5aa
commit ee6411ea13

View file

@ -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
*/