From 728f9b46644f148e1adff510df2091d04da9c482 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 8 Jan 2018 08:48:35 +0000 Subject: [PATCH] Fixed a typo in the comment above Component::createFocusTraverser() --- 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 5389b5bbfc..a9554b5c04 100644 --- a/modules/juce_gui_basics/components/juce_Component.h +++ b/modules/juce_gui_basics/components/juce_Component.h @@ -1281,7 +1281,7 @@ public: by the setFocusContainer() method). If the component isn't a focus container, then it will recursively ask its parents for a KeyboardFocusTraverser. - If you overrride this to return a custom KeyboardFocusTraverser, then + If you override this to return a custom KeyboardFocusTraverser, then this component and all its sub-components will use the new object to make their focusing decisions.