1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-09 04:30:09 +00:00

Minor spelling fix

This commit is contained in:
jules 2017-09-25 12:23:25 +01:00
parent 12f9f33e91
commit 3624df0652

View file

@ -279,8 +279,8 @@ public:
protected:
//==============================================================================
/** Creates the Scrollbar components that will be used for that Viewport.
Subclasses can override this if they need to customise the scroolbars in some way.
/** Creates the Scrollbar components that will be added to the Viewport.
Subclasses can override this if they need to customise the scrollbars in some way.
*/
virtual ScrollBar* createScrollBarComponent (bool isVertical);