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:
parent
12f9f33e91
commit
3624df0652
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue