1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fix some typos

This commit is contained in:
Tom Poole 2022-01-25 11:43:53 +00:00
parent 3366ad4ed4
commit c072b1bc8e
24 changed files with 35 additions and 35 deletions

View file

@ -113,7 +113,7 @@ public:
/** Returns the minimum value for this range. */
double getMinimumValue() const noexcept { return range.min; }
/** Returns the maxiumum value for this range. */
/** Returns the maximum value for this range. */
double getMaximumValue() const noexcept { return range.max; }
/** Returns the interval for this range. */