diff --git a/modules/juce_gui_basics/components/juce_Component.h b/modules/juce_gui_basics/components/juce_Component.h index 1a818bb3b8..7dc3ed03bd 100644 --- a/modules/juce_gui_basics/components/juce_Component.h +++ b/modules/juce_gui_basics/components/juce_Component.h @@ -1735,7 +1735,7 @@ public: virtual void modifierKeysChanged (const ModifierKeys& modifiers); //============================================================================== - /** Enumeration used by the focusChanged() and focusLost() methods. */ + /** Enumeration used by the focusGained() and focusLost() methods. */ enum FocusChangeType { focusChangedByMouseClick, /**< Means that the user clicked the mouse to change focus. */