From 43c692e20d6fcab5f01287464c5fbd1b91876df1 Mon Sep 17 00:00:00 2001 From: reuk Date: Thu, 12 Nov 2020 11:41:26 +0000 Subject: [PATCH] DSP: Fix typo in Convolution docs --- modules/juce_dsp/frequency/juce_Convolution.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;