From a52ed146079b092bd0068557dcb25a2bd60a3de1 Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 15 Jun 2015 10:10:10 -0500 Subject: [PATCH] Fixed a spelling mistake --- modules/juce_gui_basics/components/juce_Component.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_basics/components/juce_Component.h b/modules/juce_gui_basics/components/juce_Component.h index 142a62f4fd..a8136a6397 100644 --- a/modules/juce_gui_basics/components/juce_Component.h +++ b/modules/juce_gui_basics/components/juce_Component.h @@ -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.