diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2019-07-09 16:27:22 -0400 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-07-17 22:54:23 +0200 |
commit | 925e1103e5791dc8be684a5269efc36c1bf4f557 (patch) | |
tree | b56cbff2a2bb8e7f16805197d2c729397c5ec4f6 /gr-filter | |
parent | 15452407e043b3d1fe3f152c2590bc95b40b4342 (diff) |
Fix for misc. documentation + trivial typos
Found via `codespell -q 3 -L ans,sinc,hist,ist,ith,uint,fo -S ./volk`
Fix typos in gnuradio-runtime/
Fix typos in gr-digital/
Fix typos in gr-qtgui/
Fix typos in gr-channels/
Fix typos in grc/
Fix typos gr-filter/
Fix typos in gr-uhd/
Fix typos in gr-blocks/
Fix typos in gr-fec/
Diffstat (limited to 'gr-filter')
10 files changed, 10 insertions, 10 deletions
diff --git a/gr-filter/apps/gr_filter_design b/gr-filter/apps/gr_filter_design index 6799f74be..a55343e03 100755 --- a/gr-filter/apps/gr_filter_design +++ b/gr-filter/apps/gr_filter_design @@ -23,5 +23,5 @@ from gnuradio.filter import filter_design import sys -# Call filter desgin main function +# Call filter design main function filter_design.main(sys.argv) diff --git a/gr-filter/grc/filter_band_pass_filter.block.yml b/gr-filter/grc/filter_band_pass_filter.block.yml index 7ba1a72b1..a13f97339 100644 --- a/gr-filter/grc/filter_band_pass_filter.block.yml +++ b/gr-filter/grc/filter_band_pass_filter.block.yml @@ -108,6 +108,6 @@ documentation: |- Sample rate, cutoff frequency, and transition width are in Hertz. - The beta paramater only applies to the Kaiser window. + The beta parameter only applies to the Kaiser window. file_format: 1 diff --git a/gr-filter/grc/filter_band_reject_filter.block.yml b/gr-filter/grc/filter_band_reject_filter.block.yml index ca665c7dd..4bd7ce971 100644 --- a/gr-filter/grc/filter_band_reject_filter.block.yml +++ b/gr-filter/grc/filter_band_reject_filter.block.yml @@ -103,6 +103,6 @@ documentation: |- Sample rate, cutoff frequency, and transition width are in Hertz. - The beta paramater only applies to the Kaiser window. + The beta parameter only applies to the Kaiser window. file_format: 1 diff --git a/gr-filter/grc/filter_high_pass_filter.block.yml b/gr-filter/grc/filter_high_pass_filter.block.yml index 49962d2b1..8ef4e6672 100644 --- a/gr-filter/grc/filter_high_pass_filter.block.yml +++ b/gr-filter/grc/filter_high_pass_filter.block.yml @@ -98,6 +98,6 @@ documentation: |- Sample rate, cutoff frequency, and transition width are in Hertz. - The beta paramater only applies to the Kaiser window. + The beta parameter only applies to the Kaiser window. file_format: 1 diff --git a/gr-filter/grc/filter_low_pass_filter.block.yml b/gr-filter/grc/filter_low_pass_filter.block.yml index b90a18abb..0313727f1 100644 --- a/gr-filter/grc/filter_low_pass_filter.block.yml +++ b/gr-filter/grc/filter_low_pass_filter.block.yml @@ -98,6 +98,6 @@ documentation: |- Sample rate, cutoff frequency, and transition width are in Hertz. - The beta paramater only applies to the Kaiser window. + The beta parameter only applies to the Kaiser window. file_format: 1 diff --git a/gr-filter/grc/filter_low_pass_xlating_filter.block.yml b/gr-filter/grc/filter_low_pass_xlating_filter.block.yml index a6327e1fe..3c715d7ad 100644 --- a/gr-filter/grc/filter_low_pass_xlating_filter.block.yml +++ b/gr-filter/grc/filter_low_pass_xlating_filter.block.yml @@ -84,6 +84,6 @@ documentation: |- Sample rate, cutoff frequency, and transition width are in Hertz. - The beta paramater only applies to the Kaiser window. + The beta parameter only applies to the Kaiser window. file_format: 1 diff --git a/gr-filter/grc/variable_band_reject_filter_taps.block.yml b/gr-filter/grc/variable_band_reject_filter_taps.block.yml index f26057120..986ec6ed6 100644 --- a/gr-filter/grc/variable_band_reject_filter_taps.block.yml +++ b/gr-filter/grc/variable_band_reject_filter_taps.block.yml @@ -51,6 +51,6 @@ cpp_templates: documentation: |- This is a convenience wrapper for calling firdes.band_reject(). - The beta paramater only applies to the Kaiser window. + The beta parameter only applies to the Kaiser window. file_format: 1 diff --git a/gr-filter/grc/variable_high_pass_filter_taps.block.yml b/gr-filter/grc/variable_high_pass_filter_taps.block.yml index 2de61e65d..1ec2fd0b2 100644 --- a/gr-filter/grc/variable_high_pass_filter_taps.block.yml +++ b/gr-filter/grc/variable_high_pass_filter_taps.block.yml @@ -47,6 +47,6 @@ cpp_templates: documentation: |- This variable is a convenience wrapper around a call to firdes.high_pass(...). - The beta paramater only applies to the Kaiser window. + The beta parameter only applies to the Kaiser window. file_format: 1 diff --git a/gr-filter/grc/variable_low_pass_filter_taps.block.yml b/gr-filter/grc/variable_low_pass_filter_taps.block.yml index a70a07d4e..16f3566e2 100644 --- a/gr-filter/grc/variable_low_pass_filter_taps.block.yml +++ b/gr-filter/grc/variable_low_pass_filter_taps.block.yml @@ -47,6 +47,6 @@ cpp_templates: documentation: |- This variable is a convenience wrapper around a call to firdes.low_pass(...). - The beta paramater only applies to the Kaiser window. + The beta parameter only applies to the Kaiser window. file_format: 1 diff --git a/gr-filter/lib/pfb_synthesizer_ccf_impl.cc b/gr-filter/lib/pfb_synthesizer_ccf_impl.cc index 88c3fcedf..977371513 100644 --- a/gr-filter/lib/pfb_synthesizer_ccf_impl.cc +++ b/gr-filter/lib/pfb_synthesizer_ccf_impl.cc @@ -103,7 +103,7 @@ namespace gr { void pfb_synthesizer_ccf_impl::set_taps1(const std::vector<float> &taps) { - // In this partitioning, we do a normal polyphase paritioning by + // In this partitioning, we do a normal polyphase partitioning by // deinterleaving the taps into each filter: // // Prototype filter: [t0, t1, t2, t3, t4, t5, t6] |