diff --git a/modules/juce_core/maths/juce_NormalisableRange.h b/modules/juce_core/maths/juce_NormalisableRange.h index f4ff23ee5f..d3a7298627 100644 --- a/modules/juce_core/maths/juce_NormalisableRange.h +++ b/modules/juce_core/maths/juce_NormalisableRange.h @@ -267,7 +267,7 @@ private: { auto clampedValue = jlimit (static_cast (0), static_cast (1), value); - // If you his this assertion then either your normalisation function is not working + // If you hit this assertion then either your normalisation function is not working // correctly or your input is out of the expected bounds. jassert (clampedValue == value);