From 2af7585fc2fee55234d5a3dc0c6d2e79d6976c9b Mon Sep 17 00:00:00 2001 From: jules Date: Sat, 15 Jun 2013 14:57:36 +0100 Subject: [PATCH] spelling fixes --- modules/juce_core/containers/juce_SparseSet.h | 2 +- modules/juce_gui_basics/components/juce_Component.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/juce_core/containers/juce_SparseSet.h b/modules/juce_core/containers/juce_SparseSet.h index 48545f79ee..366084e7cc 100644 --- a/modules/juce_core/containers/juce_SparseSet.h +++ b/modules/juce_core/containers/juce_SparseSet.h @@ -37,7 +37,7 @@ /** Holds a set of primitive values, storing them as a set of ranges. - This container acts like an array, but can efficiently hold large continguous + This container acts like an array, but can efficiently hold large contiguous ranges of values. It's quite a specialised class, mostly useful for things like keeping the set of selected rows in a listbox. diff --git a/modules/juce_gui_basics/components/juce_Component.h b/modules/juce_gui_basics/components/juce_Component.h index 2823cf8ca1..5e0736ca15 100644 --- a/modules/juce_gui_basics/components/juce_Component.h +++ b/modules/juce_gui_basics/components/juce_Component.h @@ -135,7 +135,7 @@ public: */ bool isVisible() const noexcept { return flags.visibleFlag; } - /** Called when this component's visiblility changes. + /** Called when this component's visibility changes. @see setVisible, isVisible */ virtual void visibilityChanged();