summaryrefslogtreecommitdiff
path: root/gr-uhd/examples/python/usrp_tv_rcv_nogui.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-uhd/examples/python/usrp_tv_rcv_nogui.py')
-rwxr-xr-xgr-uhd/examples/python/usrp_tv_rcv_nogui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-uhd/examples/python/usrp_tv_rcv_nogui.py b/gr-uhd/examples/python/usrp_tv_rcv_nogui.py
index 80e2e1c17a..9c6f0e2a89 100755
--- a/gr-uhd/examples/python/usrp_tv_rcv_nogui.py
+++ b/gr-uhd/examples/python/usrp_tv_rcv_nogui.py
@@ -29,7 +29,7 @@ usrp_rx_cfile.py)
Can also use usrp directly as capture source, but then you need a
higher decimation factor (64) and thus get a lower horizontal
-resulution. There is no synchronisation yet. The sync blocks are in
+resolution. There is no synchronisation yet. The sync blocks are in
development but not yet in cvs.
"""
@@ -58,7 +58,7 @@ class my_top_block(gr.top_block):
usage=("%prog: [options] output_filename.\nSpecial output_filename" + \
"\"sdl\" will use video_sink_sdl as realtime output window. " + \
"You then need to have gr-video-sdl installed.\n" +\
- "Make sure your input capture file containes interleaved " + \
+ "Make sure your input capture file contains interleaved " + \
"shorts not complex floats")
parser = OptionParser(option_class=eng_option, usage=usage)
parser.add_option("-a", "--args", type="string", default="",