diff options
Diffstat (limited to 'gr-fec/grc')
-rw-r--r-- | gr-fec/grc/fec_decoder.xml | 2 | ||||
-rw-r--r-- | gr-fec/grc/fec_encoder.xml | 2 | ||||
-rw-r--r-- | gr-fec/grc/ldpc_decoder_def_list.xml | 2 | ||||
-rw-r--r-- | gr-fec/grc/tpc_decoder_def_list.xml | 2 | ||||
-rwxr-xr-x | gr-fec/grc/tpc_encoder_def_list.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gr-fec/grc/fec_decoder.xml b/gr-fec/grc/fec_decoder.xml index fffa4020e9..dd9d08d5f6 100644 --- a/gr-fec/grc/fec_decoder.xml +++ b/gr-fec/grc/fec_decoder.xml @@ -85,7 +85,7 @@ </source> <doc> - This is a GNU Radio adaptor for any FEC decoder following the generic_decoder API in the fec module. Input and output are flexible to accommodate decoders that, say, modulate their encoded results into complex or float types. + This is a GNU Radio adaptor for any FEC decoder following the generic_decoder API in the fec module. Input and output are flexible to accomodate decoders that, say, modulate their encoded results into complex or float types. </doc> </block>
\ No newline at end of file diff --git a/gr-fec/grc/fec_encoder.xml b/gr-fec/grc/fec_encoder.xml index cfc0a7708a..defb7c3b46 100644 --- a/gr-fec/grc/fec_encoder.xml +++ b/gr-fec/grc/fec_encoder.xml @@ -85,7 +85,7 @@ </source> <doc> - This is a GNU Radio adaptor for any FEC encoder following the generic_encoder API in the fec module. Input and output are flexible to accommodate encoders that, say, modulate their encoded results into complex or float types. + This is a GNU Radio adaptor for any FEC encoder following the generic_encoder API in the fec module. Input and output are flexible to accomodate encoders that, say, modulate their encoded results into complex or float types. </doc> </block>
\ No newline at end of file diff --git a/gr-fec/grc/ldpc_decoder_def_list.xml b/gr-fec/grc/ldpc_decoder_def_list.xml index 3d62f4a815..007f85505c 100644 --- a/gr-fec/grc/ldpc_decoder_def_list.xml +++ b/gr-fec/grc/ldpc_decoder_def_list.xml @@ -13,7 +13,7 @@ self.$(id) = $(id) = map( (lambda b: map( ( lambda a: fec.ldpc_decoder.make($fil #end if</var_make> <make></make> -<!-- This definition below is weird, it seems required for the GRC to be happy, I'm confused. --> +<!-- This definition below is wierd, it seems required for the GRC to be happy, im confused --> <param> <name>Ignore Me</name> <key>value</key> diff --git a/gr-fec/grc/tpc_decoder_def_list.xml b/gr-fec/grc/tpc_decoder_def_list.xml index 6436848a0f..aac08dbb76 100644 --- a/gr-fec/grc/tpc_decoder_def_list.xml +++ b/gr-fec/grc/tpc_decoder_def_list.xml @@ -13,7 +13,7 @@ self.$(id) = $(id) = map( (lambda b: map( ( lambda a: fec.tpc_decoder_make($row_ #end if</var_make> <make></make> -<!-- This definition below is weird, it seems required for the GRC to be happy, I'm confused. --> +<!-- This definition below is wierd, it seems required for the GRC to be happy, im confused --> <param> <name>Ignore Me</name> <key>value</key> diff --git a/gr-fec/grc/tpc_encoder_def_list.xml b/gr-fec/grc/tpc_encoder_def_list.xml index 20a3e3e733..c035795b58 100755 --- a/gr-fec/grc/tpc_encoder_def_list.xml +++ b/gr-fec/grc/tpc_encoder_def_list.xml @@ -13,7 +13,7 @@ self.$(id) = $(id) = map( (lambda b: map( ( lambda a: fec.tpc_encoder_make($row_ #end if</var_make> <make></make> -<!-- This definition below is weird, it seems required for the GRC to be happy, I'm confused. --> +<!-- This definition below is wierd, it seems required for the GRC to be happy, im confused --> <param> <name>Ignore Me</name> <key>value</key> |