diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2019-08-10 10:49:32 -0400 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-08-10 19:09:13 +0200 |
commit | 421c243765f40353934208c949b2af2f7e3428ba (patch) | |
tree | dd7dda5767a46df1e95804b978ed0904b8c74b91 /gr-fft | |
parent | f1475ce5eea60d4780621b5f62b8c7a226cd29a9 (diff) |
Fix for more misc typos
Diffstat (limited to 'gr-fft')
-rw-r--r-- | gr-fft/include/gnuradio/fft/fft_vcc.h | 2 | ||||
-rw-r--r-- | gr-fft/include/gnuradio/fft/fft_vfc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-fft/include/gnuradio/fft/fft_vcc.h b/gr-fft/include/gnuradio/fft/fft_vcc.h index a10398465e..e366367835 100644 --- a/gr-fft/include/gnuradio/fft/fft_vcc.h +++ b/gr-fft/include/gnuradio/fft/fft_vcc.h @@ -51,7 +51,7 @@ namespace fft { * \f$N-1\f$. * * \b Note, that due to the underlying FFTW library, the output of a FFT - * followed by an IFFT (or the other way arround) will be scaled i.e. + * followed by an IFFT (or the other way around) will be scaled i.e. * \f$FFT\{ \, IFFT\{x\} \,\} = N \cdot x \neq x\f$. * * \see http://www.fftw.org/faq/section3.html#whyscaled diff --git a/gr-fft/include/gnuradio/fft/fft_vfc.h b/gr-fft/include/gnuradio/fft/fft_vfc.h index 8b194ec8e3..ce6fc478c3 100644 --- a/gr-fft/include/gnuradio/fft/fft_vfc.h +++ b/gr-fft/include/gnuradio/fft/fft_vfc.h @@ -51,7 +51,7 @@ namespace fft { * \f$N-1\f$. * * \b Note, that due to the underlying FFTW library, the output of a FFT - * followed by an IFFT (or the other way arround) will be scaled i.e. + * followed by an IFFT (or the other way around) will be scaled i.e. * \f$FFT\{ \, IFFT\{x\} \,\} = N \cdot x \neq x\f$. * * \see http://www.fftw.org/faq/section3.html#whyscaled |