diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2019-07-09 16:27:22 -0400 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-07-17 22:54:23 +0200 |
commit | 925e1103e5791dc8be684a5269efc36c1bf4f557 (patch) | |
tree | b56cbff2a2bb8e7f16805197d2c729397c5ec4f6 /gr-blocks/grc | |
parent | 15452407e043b3d1fe3f152c2590bc95b40b4342 (diff) |
Fix for misc. documentation + trivial typos
Found via `codespell -q 3 -L ans,sinc,hist,ist,ith,uint,fo -S ./volk`
Fix typos in gnuradio-runtime/
Fix typos in gr-digital/
Fix typos in gr-qtgui/
Fix typos in gr-channels/
Fix typos in grc/
Fix typos gr-filter/
Fix typos in gr-uhd/
Fix typos in gr-blocks/
Fix typos in gr-fec/
Diffstat (limited to 'gr-blocks/grc')
-rw-r--r-- | gr-blocks/grc/blocks_message_strobe_random.block.yml | 2 | ||||
-rw-r--r-- | gr-blocks/grc/blocks_vector_insert_x.block.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/grc/blocks_message_strobe_random.block.yml b/gr-blocks/grc/blocks_message_strobe_random.block.yml index e23c4e3ae9..e7fee20ada 100644 --- a/gr-blocks/grc/blocks_message_strobe_random.block.yml +++ b/gr-blocks/grc/blocks_message_strobe_random.block.yml @@ -46,6 +46,6 @@ documentation: |- Please note some peculiarities below: - poisson does not care about your std - gaussian operates as expected - - uniform is actually of the range (mean-std, mean+std) - thus we are lieing and it is not actually an std here + - uniform is actually of the range (mean-std, mean+std) - thus we are lying and it is not actually an std here file_format: 1 diff --git a/gr-blocks/grc/blocks_vector_insert_x.block.yml b/gr-blocks/grc/blocks_vector_insert_x.block.yml index d849d04cf1..807357a42d 100644 --- a/gr-blocks/grc/blocks_vector_insert_x.block.yml +++ b/gr-blocks/grc/blocks_vector_insert_x.block.yml @@ -45,6 +45,6 @@ documentation: |- Periodicity, the length of the periodicity at which the vector should be inserted at the output. (i.e. one vector for every N output items) - Offset sepcifies where in the cycle period we should begin at. + Offset specifies where in the cycle period we should begin at. file_format: 1 |