summaryrefslogtreecommitdiff
path: root/docs/RELEASE-NOTES-3.7.9.1.md
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-02-03 14:58:58 +0100
committerMarcus Müller <marcus@hostalia.de>2018-02-03 14:58:58 +0100
commitb163b242e06c9f714b05f57f7180c760f021cbb6 (patch)
tree84ab2b2c624bed231e0932bfaedbfc7c4e9cc703 /docs/RELEASE-NOTES-3.7.9.1.md
parenta12b1a9ecf143d3adcb0c25ca535012445370631 (diff)
Comment typo fixing.
Luzpaz went ahead and found typos using `codespell -q 3`.
Diffstat (limited to 'docs/RELEASE-NOTES-3.7.9.1.md')
-rw-r--r--docs/RELEASE-NOTES-3.7.9.1.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/RELEASE-NOTES-3.7.9.1.md b/docs/RELEASE-NOTES-3.7.9.1.md
index 0d1dca9f67..e3433cf771 100644
--- a/docs/RELEASE-NOTES-3.7.9.1.md
+++ b/docs/RELEASE-NOTES-3.7.9.1.md
@@ -63,8 +63,8 @@ where blocks (such as the delay block) would drop tags. Paul David stepped in
with his first contribution to GNU Radio with a fix.
Fix an issue with flat\_flowgraph calculating alignment by
-misinterpreting units of write and read indeces. This was only apparent when these
-indeces are non-zero (a flowgraph has stopped and restarted).
+misinterpreting units of write and read indices. This was only apparent when these
+indices are non-zero (a flowgraph has stopped and restarted).
Fix exceptions thrown in hier\_block2 constructors.
@@ -102,7 +102,7 @@ Maximum Deviation parameter for NBFM transmitter exposed to GRC
### gr-digital
Change the constellation receiver to inherit from control\_loop
-publically
+publicly
rather than the impl to better support the control port interface.
(closed issue \#876)