aboutsummaryrefslogtreecommitdiffstats
path: root/grc
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2013-05-30 17:21:49 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2013-05-30 17:21:49 +0200
commit9714f9cd749d9715ef4aac3d55cb59dd5e821fc5 (patch)
tree9139ab13ba1cc8979722e4c9b87fc1f1a0ef20de /grc
parent0e6b6f9ec9d81ea6771416651f2d4029bfec9767 (diff)
change OSMOCOM to lowercase like in master
Diffstat (limited to 'grc')
-rw-r--r--grc/gen_osmosdr_blocks.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/grc/gen_osmosdr_blocks.py b/grc/gen_osmosdr_blocks.py
index bb21f5f..64375fb 100644
--- a/grc/gen_osmosdr_blocks.py
+++ b/grc/gen_osmosdr_blocks.py
@@ -104,12 +104,12 @@ self.\$(id).set_bandwidth(\$bw$(n), $n)
<nports>\$nchan</nports>
</$sourk>
<doc>
-The OSMOCOM block:
+The osmocom block:
While primarily being developed for the OsmoSDR hardware, this block as well supports:
* FunCube Dongle through libgnuradio-fcd
- * OSMOCOM OsmoSDR Devices through libosmosdr
+ * sysmocom OsmoSDR Devices through libosmosdr
* Great Scott Gadgets HackRF through libhackrf
* Ettus USRP Devices through Ettus UHD library
* RTL2832U based DVB-T dongles through librtlsdr
@@ -318,7 +318,7 @@ if __name__ == '__main__':
title = 'RTL-SDR'
prefix = 'rtlsdr'
elif tail.startswith('osmosdr'):
- title = 'OSMOCOM'
+ title = 'osmocom'
prefix = 'osmosdr'
else: raise Exception, 'file %s has wrong syntax!'%tail