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

Fixed a spelling mistake

This commit is contained in:
jules 2015-06-15 10:10:10 -05:00
parent e82e9f2671
commit a52ed14607

View file

@ -812,7 +812,7 @@ public:
virtual void childrenChanged();
//==============================================================================
/** Tests whether a given point inside the component.
/** Tests whether a given point is inside the component.
Overriding this method allows you to create components which only intercept
mouse-clicks within a user-defined area.