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

spelling fixes

This commit is contained in:
jules 2013-06-15 14:57:36 +01:00
parent 5f0c8d47ae
commit 2af7585fc2
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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();