summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gr-qtgui/include/gnuradio/qtgui/freq_sink_c.h2
-rw-r--r--gr-qtgui/include/gnuradio/qtgui/freq_sink_f.h2
-rw-r--r--gr-qtgui/include/gnuradio/qtgui/time_raster_sink_b.h2
-rw-r--r--gr-qtgui/include/gnuradio/qtgui/time_raster_sink_f.h2
-rw-r--r--gr-qtgui/include/gnuradio/qtgui/time_sink_c.h2
-rw-r--r--gr-qtgui/include/gnuradio/qtgui/time_sink_f.h2
-rw-r--r--gr-vocoder/examples/cvsd_audio_loopback.py18
7 files changed, 15 insertions, 15 deletions
diff --git a/gr-qtgui/include/gnuradio/qtgui/freq_sink_c.h b/gr-qtgui/include/gnuradio/qtgui/freq_sink_c.h
index d172e49599..ffcf30790f 100644
--- a/gr-qtgui/include/gnuradio/qtgui/freq_sink_c.h
+++ b/gr-qtgui/include/gnuradio/qtgui/freq_sink_c.h
@@ -45,7 +45,7 @@ namespace qtgui {
* This is a QT-based graphical sink the takes set of a complex
* streams and plots the PSD. Each signal is plotted with a
* different color, and the \a set_title and \a set_color
- * functions can be used to change the lable and color for a given
+ * functions can be used to change the label and color for a given
* input number.
*
* The sink supports plotting streaming complex data or
diff --git a/gr-qtgui/include/gnuradio/qtgui/freq_sink_f.h b/gr-qtgui/include/gnuradio/qtgui/freq_sink_f.h
index 81be9a6874..19383197e2 100644
--- a/gr-qtgui/include/gnuradio/qtgui/freq_sink_f.h
+++ b/gr-qtgui/include/gnuradio/qtgui/freq_sink_f.h
@@ -45,7 +45,7 @@ namespace qtgui {
* This is a QT-based graphical sink the takes set of a floating
* point streams and plots the PSD. Each signal is plotted with a
* different color, and the \a set_title and \a set_color
- * functions can be used to change the lable and color for a given
+ * functions can be used to change the label and color for a given
* input number.
*
* The sink supports plotting streaming float data or
diff --git a/gr-qtgui/include/gnuradio/qtgui/time_raster_sink_b.h b/gr-qtgui/include/gnuradio/qtgui/time_raster_sink_b.h
index 24e2421998..dfe7cfa523 100644
--- a/gr-qtgui/include/gnuradio/qtgui/time_raster_sink_b.h
+++ b/gr-qtgui/include/gnuradio/qtgui/time_raster_sink_b.h
@@ -98,7 +98,7 @@ public:
virtual void set_update_time(double t) = 0;
virtual void set_title(const std::string& title) = 0;
- virtual void set_line_label(unsigned int which, const std::string& lable) = 0;
+ virtual void set_line_label(unsigned int which, const std::string& label) = 0;
virtual void set_line_color(unsigned int which, const std::string& color) = 0;
virtual void set_line_width(unsigned int which, int width) = 0;
virtual void set_line_style(unsigned int which, Qt::PenStyle style) = 0;
diff --git a/gr-qtgui/include/gnuradio/qtgui/time_raster_sink_f.h b/gr-qtgui/include/gnuradio/qtgui/time_raster_sink_f.h
index 67683bb715..a6056ba63c 100644
--- a/gr-qtgui/include/gnuradio/qtgui/time_raster_sink_f.h
+++ b/gr-qtgui/include/gnuradio/qtgui/time_raster_sink_f.h
@@ -94,7 +94,7 @@ public:
virtual void set_update_time(double t) = 0;
virtual void set_title(const std::string& title) = 0;
- virtual void set_line_label(unsigned int which, const std::string& lable) = 0;
+ virtual void set_line_label(unsigned int which, const std::string& label) = 0;
virtual void set_line_color(unsigned int which, const std::string& color) = 0;
virtual void set_line_width(unsigned int which, int width) = 0;
virtual void set_line_style(unsigned int which, Qt::PenStyle style) = 0;
diff --git a/gr-qtgui/include/gnuradio/qtgui/time_sink_c.h b/gr-qtgui/include/gnuradio/qtgui/time_sink_c.h
index 9c58a28f90..f64d0721a6 100644
--- a/gr-qtgui/include/gnuradio/qtgui/time_sink_c.h
+++ b/gr-qtgui/include/gnuradio/qtgui/time_sink_c.h
@@ -45,7 +45,7 @@ namespace qtgui {
* streams and plots them in the time domain. For each signal, both
* the signal's I and Q parts are plotted, and they are all plotted
* with a different color, and the \a set_title and \a set_color
- * functions can be used to change the lable and color for a given
+ * functions can be used to change the label and color for a given
* input number.
*
* The sink supports plotting streaming complex data or
diff --git a/gr-qtgui/include/gnuradio/qtgui/time_sink_f.h b/gr-qtgui/include/gnuradio/qtgui/time_sink_f.h
index 62d737dc32..4e8feb5894 100644
--- a/gr-qtgui/include/gnuradio/qtgui/time_sink_f.h
+++ b/gr-qtgui/include/gnuradio/qtgui/time_sink_f.h
@@ -44,7 +44,7 @@ namespace qtgui {
* This is a QT-based graphical sink the takes set of a float streams
* and plots them in the time domain. Each signal is plotted with a
* different color, and the \a set_title and \a set_color functions
- * can be used to change the lable and color for a given input number.
+ * can be used to change the label and color for a given input number.
*
* The sink supports plotting streaming float data or
* messages. The message port is named "in". The two modes cannot
diff --git a/gr-vocoder/examples/cvsd_audio_loopback.py b/gr-vocoder/examples/cvsd_audio_loopback.py
index 15074d62cd..0fc7cc5577 100644
--- a/gr-vocoder/examples/cvsd_audio_loopback.py
+++ b/gr-vocoder/examples/cvsd_audio_loopback.py
@@ -52,15 +52,15 @@ def build_graph():
tb.connect(enc, dec, s2f, decim, sink_scale, sink)
if 0: # debug
- tb.conect(src, blocks.file_sink(gr.sizeof_float, "source.dat"))
- tb.conect(src_scale, blocks.file_sink(gr.sizeof_float, "src_scale.dat"))
- tb.conect(interp, blocks.file_sink(gr.sizeof_float, "interp.dat"))
- tb.conect(f2s, blocks.file_sink(gr.sizeof_short, "f2s.dat"))
- tb.conect(enc, blocks.file_sink(gr.sizeof_char, "enc.dat"))
- tb.conect(dec, blocks.file_sink(gr.sizeof_short, "dec.dat"))
- tb.conect(s2f, blocks.file_sink(gr.sizeof_float, "s2f.dat"))
- tb.conect(decim, blocks.file_sink(gr.sizeof_float, "decim.dat"))
- tb.conect(sink_scale, blocks.file_sink(gr.sizeof_float, "sink_scale.dat"))
+ tb.connect(src, blocks.file_sink(gr.sizeof_float, "source.dat"))
+ tb.connect(src_scale, blocks.file_sink(gr.sizeof_float, "src_scale.dat"))
+ tb.connect(interp, blocks.file_sink(gr.sizeof_float, "interp.dat"))
+ tb.connect(f2s, blocks.file_sink(gr.sizeof_short, "f2s.dat"))
+ tb.connect(enc, blocks.file_sink(gr.sizeof_char, "enc.dat"))
+ tb.connect(dec, blocks.file_sink(gr.sizeof_short, "dec.dat"))
+ tb.connect(s2f, blocks.file_sink(gr.sizeof_float, "s2f.dat"))
+ tb.connect(decim, blocks.file_sink(gr.sizeof_float, "decim.dat"))
+ tb.connect(sink_scale, blocks.file_sink(gr.sizeof_float, "sink_scale.dat"))
return tb