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-uhd/lib/usrp_block_impl.cc | |
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-uhd/lib/usrp_block_impl.cc')
-rw-r--r-- | gr-uhd/lib/usrp_block_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/lib/usrp_block_impl.cc b/gr-uhd/lib/usrp_block_impl.cc index 214593e21a..b44b7e2dcc 100644 --- a/gr-uhd/lib/usrp_block_impl.cc +++ b/gr-uhd/lib/usrp_block_impl.cc @@ -494,7 +494,7 @@ void usrp_block_impl::msg_handler_command(pmt::pmt_t msg) // End of legacy backward compat code. // pmt_dict is a subclass of pmt_pair. Make sure we use pmt_pair! - // Old behavior was that these checks were interchangably. Be aware of this change! + // Old behavior was that these checks were interchangeable. Be aware of this change! if (!(pmt::is_dict(msg)) && pmt::is_pair(msg)) { GR_LOG_DEBUG( d_logger, |