diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2020-10-29 12:35:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 12:35:15 -0400 |
commit | 3623a3da34ce1ee870d3f9d52582b2a082cf5f01 (patch) | |
tree | 3e851740fda3bb6c0341619ae6b2e528d9719279 /gr-digital/include | |
parent | cae088eb3ef5bc12844fbbd265363bfadec6a798 (diff) |
Fix typos throughout the code
* Fix various typos
Found via `codespell v2.0.dev`
`codespell -q 3 -L ans,fo,hist,inout,ist,ith,nd,sinc,uint -S ./volk`
Diffstat (limited to 'gr-digital/include')
4 files changed, 6 insertions, 6 deletions
diff --git a/gr-digital/include/gnuradio/digital/cma_equalizer_cc.h b/gr-digital/include/gnuradio/digital/cma_equalizer_cc.h index c067aa5329..4b48fef6ee 100644 --- a/gr-digital/include/gnuradio/digital/cma_equalizer_cc.h +++ b/gr-digital/include/gnuradio/digital/cma_equalizer_cc.h @@ -43,7 +43,7 @@ public: /*! * Make a CMA Equalizer block * - * \param num_taps Numer of taps in the equalizer (channel size) + * \param num_taps Number of taps in the equalizer (channel size) * \param modulus Modulus of the modulated signals * \param mu Gain of the update loop * \param sps Number of samples per symbol of the input signal diff --git a/gr-digital/include/gnuradio/digital/constellation.h b/gr-digital/include/gnuradio/digital/constellation.h index 4924733d6d..7371932f60 100644 --- a/gr-digital/include/gnuradio/digital/constellation.h +++ b/gr-digital/include/gnuradio/digital/constellation.h @@ -212,7 +212,7 @@ protected: /* */ /************************************************************/ -/*! \brief Calculate Euclidian distance for any constellation +/*! \brief Calculate Euclidean distance for any constellation * \ingroup digital * * \details diff --git a/gr-digital/include/gnuradio/digital/symbol_sync_cc.h b/gr-digital/include/gnuradio/digital/symbol_sync_cc.h index af65940b41..a2ce8f7a05 100644 --- a/gr-digital/include/gnuradio/digital/symbol_sync_cc.h +++ b/gr-digital/include/gnuradio/digital/symbol_sync_cc.h @@ -224,7 +224,7 @@ public: * * Damping factor of the 2nd order loop transfer function. * When a new damping factor is set, the gains, alpha and beta, - * of the loop are automatcally recalculated. + * of the loop are automatically recalculated. * * \param zeta loop damping factor */ @@ -243,7 +243,7 @@ public: * properly from the desired input loop bandwidth and damping factor. * * When a new ted_gain is set, the gains, alpha and beta, - * of the loop are automatcally recalculated. + * of the loop are automatically recalculated. * * \param ted_gain expected gain of the timing error detector */ diff --git a/gr-digital/include/gnuradio/digital/symbol_sync_ff.h b/gr-digital/include/gnuradio/digital/symbol_sync_ff.h index b8c1716d5a..93f467ea0f 100644 --- a/gr-digital/include/gnuradio/digital/symbol_sync_ff.h +++ b/gr-digital/include/gnuradio/digital/symbol_sync_ff.h @@ -224,7 +224,7 @@ public: * * Damping factor of the 2nd order loop transfer function. * When a new damping factor is set, the gains, alpha and beta, - * of the loop are automatcally recalculated. + * of the loop are automatically recalculated. * * \param zeta loop damping factor */ @@ -243,7 +243,7 @@ public: * properly from the desired input loop bandwidth and damping factor. * * When a new ted_gain is set, the gains, alpha and beta, - * of the loop are automatcally recalculated. + * of the loop are automatically recalculated. * * \param ted_gain expected gain of the timing error detector */ |