summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnuradio-runtime/lib/terminate_handler.cc2
-rw-r--r--gr-dtv/lib/dvbt/dvbt_reference_signals_impl.cc2
-rw-r--r--gr-fft/include/gnuradio/fft/window.h2
-rw-r--r--gr-fft/lib/window.cc2
-rw-r--r--gr-fft/python/fft/bindings/window_python.cc2
-rw-r--r--gr-filter/lib/pm_remez.cc2
-rw-r--r--gr-qtgui/grc/qtgui_check_box.block.yml2
-rw-r--r--gr-qtgui/include/gnuradio/qtgui/plot_raster.h2
-rw-r--r--gr-qtgui/include/gnuradio/qtgui/plot_waterfall.h2
-rw-r--r--gr-trellis/docs/test_viterbi_equalization1.py.xml2
-rw-r--r--gr-uhd/docs/uhd.dox2
-rw-r--r--grc/gui/Application.py2
-rw-r--r--grc/tests/resources/file3.block.yml2
13 files changed, 13 insertions, 13 deletions
diff --git a/gnuradio-runtime/lib/terminate_handler.cc b/gnuradio-runtime/lib/terminate_handler.cc
index 49468f4c64..3743d4730f 100644
--- a/gnuradio-runtime/lib/terminate_handler.cc
+++ b/gnuradio-runtime/lib/terminate_handler.cc
@@ -88,7 +88,7 @@ void terminate_handler_impl()
std::cerr << "Got std::logic_error" << std::endl;
std::cerr << e.what() << std::endl;
} catch (const std::ios_base::failure& e) {
- std::cerr << "Got std::ios_base::falure" << std::endl;
+ std::cerr << "Got std::ios_base::failure" << std::endl;
std::cerr << e.what() << std::endl;
} catch (const std::system_error& e) {
std::cerr << "Got std::system_error" << std::endl;
diff --git a/gr-dtv/lib/dvbt/dvbt_reference_signals_impl.cc b/gr-dtv/lib/dvbt/dvbt_reference_signals_impl.cc
index 5c4b3ef10b..e48b4c0014 100644
--- a/gr-dtv/lib/dvbt/dvbt_reference_signals_impl.cc
+++ b/gr-dtv/lib/dvbt/dvbt_reference_signals_impl.cc
@@ -572,7 +572,7 @@ int dvbt_pilot_gen::get_current_tpilot() const { return d_tps_carriers[d_tpilot_
gr_complex dvbt_pilot_gen::get_tpilot_value(int tpilot)
{
- // TODO - it can be calculated at the beginnning
+ // TODO - it can be calculated at the beginning
if (d_symbol_index == 0) {
d_tps_carriers_val[d_tpilot_index] = gr_complex(2 * (0.5 - d_wk[tpilot]), 0);
} else {
diff --git a/gr-fft/include/gnuradio/fft/window.h b/gr-fft/include/gnuradio/fft/window.h
index b0f726fd5c..a77ca58022 100644
--- a/gr-fft/include/gnuradio/fft/window.h
+++ b/gr-fft/include/gnuradio/fft/window.h
@@ -72,7 +72,7 @@ public:
* is a good bound.
*
* The Gaussian window should not be used for window based filter construction;
- * instead there is a dedicated gaussian filter construction fuction. There is no
+ * instead there is a dedicated gaussian filter construction function. There is no
* meaningful way to measure approximation error 'delta' as shown in Fig 7.23 of
* Oppenheim and Schafer (Discrete-Time Signal Processing, 3rd edition).
*
diff --git a/gr-fft/lib/window.cc b/gr-fft/lib/window.cc
index 2dd8cf5ada..180ddb4eec 100644
--- a/gr-fft/lib/window.cc
+++ b/gr-fft/lib/window.cc
@@ -87,7 +87,7 @@ double window::max_attenuation(win_type type, double param)
// value not meaningful for gaussian windows, but return something reasonable
return 100;
case WIN_TUKEY:
- // low end is a rectangular window, attenuation exponentialy approaches Hann
+ // low end is a rectangular window, attenuation exponentially approaches Hann
// piecewise linear estimate, determined empirically via curve fitting, median
// error is less than 0.5dB and maximum error is 2.5dB; the returned value will
// never be less than expected attenuation to ensure that window designed filters
diff --git a/gr-fft/python/fft/bindings/window_python.cc b/gr-fft/python/fft/bindings/window_python.cc
index 28e4b8ccfe..29f9d70002 100644
--- a/gr-fft/python/fft/bindings/window_python.cc
+++ b/gr-fft/python/fft/bindings/window_python.cc
@@ -14,7 +14,7 @@
/* BINDTOOL_GEN_AUTOMATIC(0) */
/* BINDTOOL_USE_PYGCCXML(0) */
/* BINDTOOL_HEADER_FILE(window.h) */
-/* BINDTOOL_HEADER_FILE_HASH(4de3c97757728a4acfbd8b1c29181431) */
+/* BINDTOOL_HEADER_FILE_HASH(872e1911444c9a5982f4d00af81a2def) */
/***********************************************************************************/
#include <pybind11/complex.h>
diff --git a/gr-filter/lib/pm_remez.cc b/gr-filter/lib/pm_remez.cc
index 7ecb1200eb..db3bc1e8c4 100644
--- a/gr-filter/lib/pm_remez.cc
+++ b/gr-filter/lib/pm_remez.cc
@@ -536,7 +536,7 @@ static void freq_sample(int N, double A[], double h[], int symm)
*
* INPUT:
* ------
- * int r - 1/2 the number of filter coeffiecients
+ * int r - 1/2 the number of filter coefficients
* int Ext[] - Indexes to extremal frequencies [r+1]
* double E[] - Error function on the dense grid [gridsize]
*
diff --git a/gr-qtgui/grc/qtgui_check_box.block.yml b/gr-qtgui/grc/qtgui_check_box.block.yml
index a28218d8d3..9cae77ac38 100644
--- a/gr-qtgui/grc/qtgui_check_box.block.yml
+++ b/gr-qtgui/grc/qtgui_check_box.block.yml
@@ -58,7 +58,7 @@ templates:
documentation: |-
This block creates a variable check box. Leave the label blank to use the variable id as the label.
- A check box selects between two values of similar type. Te values do not necessarily need to be of boolean type.
+ A check box selects between two values of similar type. The values do not necessarily need to be of boolean type.
The GUI hint can be used to position the widget within the application. The hint is of the form [tab_id@tab_index]: [row, col, row_span, col_span]. Both the tab specification and the grid position are optional.
diff --git a/gr-qtgui/include/gnuradio/qtgui/plot_raster.h b/gr-qtgui/include/gnuradio/qtgui/plot_raster.h
index b6710ade57..dc7ee54387 100644
--- a/gr-qtgui/include/gnuradio/qtgui/plot_raster.h
+++ b/gr-qtgui/include/gnuradio/qtgui/plot_raster.h
@@ -27,7 +27,7 @@ class QwtColorMap;
* \ingroup qtgui_blk
*
* \details
- * A time raster displays three-dimenional data, where the 3rd dimension
+ * A time raster displays three-dimensional data, where the 3rd dimension
* (the intensity) is displayed using colors. The colors are calculated
* from the values using a color map.
*
diff --git a/gr-qtgui/include/gnuradio/qtgui/plot_waterfall.h b/gr-qtgui/include/gnuradio/qtgui/plot_waterfall.h
index 51c08f87ea..c3dba76bb9 100644
--- a/gr-qtgui/include/gnuradio/qtgui/plot_waterfall.h
+++ b/gr-qtgui/include/gnuradio/qtgui/plot_waterfall.h
@@ -27,7 +27,7 @@ class QwtColorMap;
* \ingroup qtgui_blk
*
* \details
- * A waterfall displays three-dimenional data, where the 3rd dimension
+ * A waterfall displays three-dimensional data, where the 3rd dimension
* (the intensity) is displayed using colors. The colors are calculated
* from the values using a color map.
*
diff --git a/gr-trellis/docs/test_viterbi_equalization1.py.xml b/gr-trellis/docs/test_viterbi_equalization1.py.xml
index 9179f4f156..dcb334b3ed 100644
--- a/gr-trellis/docs/test_viterbi_equalization1.py.xml
+++ b/gr-trellis/docs/test_viterbi_equalization1.py.xml
@@ -29,7 +29,7 @@
27
28 # CHANNEL
29 isi = filter.fir_filter_fff(1,channel)
- 30 add = blocs.add_ff()
+ 30 add = blocks.add_ff()
31 noise = analog.noise_source_f(analog.GR_GAUSSIAN,math.sqrt(N0/2),seed)
32
33 # RX
diff --git a/gr-uhd/docs/uhd.dox b/gr-uhd/docs/uhd.dox
index 07cbd827c5..39453acdf6 100644
--- a/gr-uhd/docs/uhd.dox
+++ b/gr-uhd/docs/uhd.dox
@@ -118,7 +118,7 @@ The object is of type pmt::dict and has the same fields as uhd::tune_request_t:
- `dsp_freq_policy`: policy for DSP tuning. Should be a string "A" (automatic), "M" (manual) or "N" (none). If not set, defaults to "A".
- `rf_freq`: the rf frequency as pmt double type.
- `rf_freq_policy`: policy for RF tuning. Should be a string "A" (automatic), "M" (manual) or "N" (none). If not set, defaults to "A".
-- `target_freq`: target frequency (for automatic runing) as pmt double type
+- `target_freq`: target frequency (for automatic running) as pmt double type
- `args`: string containing additional arguments, for example for integer N tuning.
Example:
diff --git a/grc/gui/Application.py b/grc/gui/Application.py
index 4992b24a61..f838b38406 100644
--- a/grc/gui/Application.py
+++ b/grc/gui/Application.py
@@ -723,7 +723,7 @@ class Application(Gtk.Application):
Dialogs.show_missing_xterm(main, xterm)
self.config.xterm_missing(xterm)
if page.saved and page.file_path:
- # Save config before exection
+ # Save config before execution
self.config.save()
Executor.ExecFlowGraphThread(
flow_graph_page=page,
diff --git a/grc/tests/resources/file3.block.yml b/grc/tests/resources/file3.block.yml
index 42712c5eb0..2350b34827 100644
--- a/grc/tests/resources/file3.block.yml
+++ b/grc/tests/resources/file3.block.yml
@@ -59,7 +59,7 @@ templates:
documentation: |-
This block creates a variable check box. Leave the label blank to use the variable id as the label.
- A check box selects between two values of similar type. Te values do not necessarily need to be of boolean type.
+ A check box selects between two values of similar type. The values do not necessarily need to be of boolean type.
The GUI hint can be used to position the widget within the application. The hint is of the form [tab_id@tab_index]: [row, col, row_span, col_span]. Both the tab specification and the grid position are optional.