From 33f075212e21bb80e34ca58e0cc041a06b3ee146 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 21 Sep 2017 10:09:57 +0100 Subject: [PATCH] Fixed a typo in TextPropertyComponent --- modules/juce_gui_basics/properties/juce_TextPropertyComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/properties/juce_TextPropertyComponent.h b/modules/juce_gui_basics/properties/juce_TextPropertyComponent.h index 2d208e32a7..8769ac1b9e 100644 --- a/modules/juce_gui_basics/properties/juce_TextPropertyComponent.h +++ b/modules/juce_gui_basics/properties/juce_TextPropertyComponent.h @@ -53,7 +53,7 @@ protected: public: /** Creates a text property component. - @param valueToControl The Value that is controlled by the TextPropertyCOmponent + @param valueToControl The Value that is controlled by the TextPropertyComponent @param propertyName The name of the property @param maxNumChars If not zero, then this specifies the maximum allowable length of the string. If zero, then the string will have no length limit.