diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-03 14:58:58 +0100 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2018-02-03 14:58:58 +0100 |
commit | b163b242e06c9f714b05f57f7180c760f021cbb6 (patch) | |
tree | 84ab2b2c624bed231e0932bfaedbfc7c4e9cc703 /gr-uhd/examples/python/fm_tx4.py | |
parent | a12b1a9ecf143d3adcb0c25ca535012445370631 (diff) |
Comment typo fixing.
Luzpaz went ahead and found typos using `codespell -q 3`.
Diffstat (limited to 'gr-uhd/examples/python/fm_tx4.py')
-rwxr-xr-x | gr-uhd/examples/python/fm_tx4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/examples/python/fm_tx4.py b/gr-uhd/examples/python/fm_tx4.py index 516033dae1..b46311b524 100755 --- a/gr-uhd/examples/python/fm_tx4.py +++ b/gr-uhd/examples/python/fm_tx4.py @@ -189,7 +189,7 @@ class fm_tx_block(stdgui2.std_top_block): tune as close to the desired frequency as it can. Then we use the result of that operation and our target_frequency to determine the value for the digital up converter. Finally, we feed - any residual_freq to the s/w freq translater. + any residual_freq to the s/w freq translator. """ r = self.u.set_center_freq(target_freq, 0) |