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 /docs | |
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 'docs')
-rw-r--r-- | docs/RELEASE-NOTES-3.7.10.1.md | 2 | ||||
-rw-r--r-- | docs/doxygen/other/build_guide.dox.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/RELEASE-NOTES-3.7.10.1.md b/docs/RELEASE-NOTES-3.7.10.1.md index 5cc9ab3053..11b8c34816 100644 --- a/docs/RELEASE-NOTES-3.7.10.1.md +++ b/docs/RELEASE-NOTES-3.7.10.1.md @@ -48,7 +48,7 @@ Fix VL-SNR framing. ### Digital -Enable update rate in block_recovery_mm blocks to keep tags close to the the proper clock-recovered sample time. Tag offsets will still be off between calls to work, but each work call updates the tag rate. +Enable update rate in block_recovery_mm blocks to keep tags close to the proper clock-recovered sample time. Tag offsets will still be off between calls to work, but each work call updates the tag rate. ### Analog diff --git a/docs/doxygen/other/build_guide.dox.in b/docs/doxygen/other/build_guide.dox.in index aa4f190acd..0791ce8ee0 100644 --- a/docs/doxygen/other/build_guide.dox.in +++ b/docs/doxygen/other/build_guide.dox.in @@ -153,7 +153,7 @@ built or installed. The -DENABLE_DEFAULT=False can be used to disable all components. Individual components can then be selectively turned back -on. For example, just buidling the VOLK library can be +on. For example, just building the VOLK library can be done with this: \code |