diff options
author | A. Maitland Bottoms <bottoms@debian.org> | 2016-06-20 09:55:57 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-06-20 09:55:57 -0700 |
commit | 037b34f9de04eec6d31941abff4e53fec83b0fe5 (patch) | |
tree | bf6a0cd0eb15f5ec7cb25a454118e05d64d5803e /gr-fec | |
parent | 2a6c82f5c2b719720dc180276c9815287e8a9586 (diff) |
Spelling fixes throughout the tree.
Diffstat (limited to 'gr-fec')
-rw-r--r-- | gr-fec/include/gnuradio/fec/async_decoder.h | 2 | ||||
-rw-r--r-- | gr-fec/include/gnuradio/fec/async_encoder.h | 2 | ||||
-rw-r--r-- | gr-fec/include/gnuradio/fec/ber_bf.h | 2 | ||||
-rw-r--r-- | gr-fec/include/gnuradio/fec/tagged_decoder.h | 2 | ||||
-rw-r--r-- | gr-fec/include/gnuradio/fec/tagged_encoder.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gr-fec/include/gnuradio/fec/async_decoder.h b/gr-fec/include/gnuradio/fec/async_decoder.h index eda091568e..3c83ffa370 100644 --- a/gr-fec/include/gnuradio/fec/async_decoder.h +++ b/gr-fec/include/gnuradio/fec/async_decoder.h @@ -87,7 +87,7 @@ namespace gr { * \param my_decoder An FECAPI decoder object child of the generic_decoder class. * \param packed Sets output to packed bytes if true; otherwise, 1 bit per byte. * \param rev_pack If packing bits, should they be reversed? - * \param mtu The Maxium Transmission Unit (MTU) of the output + * \param mtu The Maximum Transmission Unit (MTU) of the output * frame that the block will be able to * process. Specified in bytes and defaults to 1500. */ diff --git a/gr-fec/include/gnuradio/fec/async_encoder.h b/gr-fec/include/gnuradio/fec/async_encoder.h index ed68334fb5..98ccf0a32a 100644 --- a/gr-fec/include/gnuradio/fec/async_encoder.h +++ b/gr-fec/include/gnuradio/fec/async_encoder.h @@ -82,7 +82,7 @@ namespace gr { * \param packed True if working on packed bytes (like PDUs). * \param rev_unpack Reverse the unpacking order from input bytes to bits. * \param rev_pack Reverse the packing order from bits to output bytes. - * \param mtu The Maxium Transmission Unit (MTU) of the input + * \param mtu The Maximum Transmission Unit (MTU) of the input * frame that the block will be able to * process. Specified in bytes and defaults to 1500. */ diff --git a/gr-fec/include/gnuradio/fec/ber_bf.h b/gr-fec/include/gnuradio/fec/ber_bf.h index 5128d98d3e..5e219defc1 100644 --- a/gr-fec/include/gnuradio/fec/ber_bf.h +++ b/gr-fec/include/gnuradio/fec/ber_bf.h @@ -53,7 +53,7 @@ namespace gr { * berminerrors are observed and then produces a BER * calculation. The parameter \p ber_limit helps make sure that * the simulation is controlled. If the BER calculation drops - * bellow the \p ber_limit setting, the block will exit and simply + * below the \p ber_limit setting, the block will exit and simply * return the set limit; the real BER is therefore some amount * lower than this. * diff --git a/gr-fec/include/gnuradio/fec/tagged_decoder.h b/gr-fec/include/gnuradio/fec/tagged_decoder.h index 7c8058cf39..9ff472f372 100644 --- a/gr-fec/include/gnuradio/fec/tagged_decoder.h +++ b/gr-fec/include/gnuradio/fec/tagged_decoder.h @@ -76,7 +76,7 @@ namespace gr { * \param input_item_size The size of the input items (often the my_decoder object can tell us this). * \param output_item_size The size of the output items (often the my_decoder object can tell us this). * \param lengthtagname Key name of the tagged stream frame size. - * \param mtu The Maxium Transmission Unit (MTU) of the output + * \param mtu The Maximum Transmission Unit (MTU) of the output * frame that the block will be able to * process. Specified in bytes and defaults to 1500. */ diff --git a/gr-fec/include/gnuradio/fec/tagged_encoder.h b/gr-fec/include/gnuradio/fec/tagged_encoder.h index 435584db4b..90cb16e8e4 100644 --- a/gr-fec/include/gnuradio/fec/tagged_encoder.h +++ b/gr-fec/include/gnuradio/fec/tagged_encoder.h @@ -56,7 +56,7 @@ namespace gr { * \param input_item_size size of a block of data for the encoder. * \param output_item_size size of a block of data the encoder will produce. * \param lengthtagname Key name of the tagged stream frame size. - * \param mtu The Maxium Transmission Unit (MTU) of the input + * \param mtu The Maximum Transmission Unit (MTU) of the input * frame that the block will be able to * process. Specified in bytes and defaults to 1500. */ |