diff --git a/modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h b/modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h index 726f0b67b1..2a4b3fb415 100644 --- a/modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h +++ b/modules/juce_gui_basics/properties/juce_MultiChoicePropertyComponent.h @@ -51,7 +51,7 @@ public: These are the values that will be read and written to the valueToControl value. This array must contain the same number of items as the choices array - @param maxChoice the maxmimum number of values which can be selected at once. The default of + @param maxChoices the maxmimum number of values which can be selected at once. The default of -1 will not limit the number that can be selected */ MultiChoicePropertyComponent (const Value& valueToControl, @@ -69,7 +69,7 @@ public: These are the values that will be read and written to the valueToControl value. This array must contain the same number of items as the choices array - @param maxChoice the maxmimum number of values which can be selected at once. The default of + @param maxChoices the maxmimum number of values which can be selected at once. The default of -1 will not limit the number that can be selected */ MultiChoicePropertyComponent (ValueWithDefault& valueToControl,