diff --git a/modules/juce_dsp/frequency/juce_Convolution.h b/modules/juce_dsp/frequency/juce_Convolution.h index 5f2436bbcb..63e364070a 100644 --- a/modules/juce_dsp/frequency/juce_Convolution.h +++ b/modules/juce_dsp/frequency/juce_Convolution.h @@ -253,7 +253,7 @@ public: Note: This is the latency of the convolution engine, not the latency associated with the current impulse response choice that has to be - considered separately (linear phase filters, for eaxmple). + considered separately (linear phase filters, for example). */ int getLatency() const;