summaryrefslogtreecommitdiff
path: root/gr-utils/blocktool/core/parseheader.py
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2020-10-29 12:35:15 -0400
committerGitHub <noreply@github.com>2020-10-29 12:35:15 -0400
commit3623a3da34ce1ee870d3f9d52582b2a082cf5f01 (patch)
tree3e851740fda3bb6c0341619ae6b2e528d9719279 /gr-utils/blocktool/core/parseheader.py
parentcae088eb3ef5bc12844fbbd265363bfadec6a798 (diff)
Fix typos throughout the code
* Fix various typos Found via `codespell v2.0.dev` `codespell -q 3 -L ans,fo,hist,inout,ist,ith,nd,sinc,uint -S ./volk`
Diffstat (limited to 'gr-utils/blocktool/core/parseheader.py')
-rw-r--r--gr-utils/blocktool/core/parseheader.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-utils/blocktool/core/parseheader.py b/gr-utils/blocktool/core/parseheader.py
index 3a19749e70..5665ef990a 100644
--- a/gr-utils/blocktool/core/parseheader.py
+++ b/gr-utils/blocktool/core/parseheader.py
@@ -42,7 +42,7 @@ class BlockHeaderParser(BlockTool):
: returns the parsed header data in python dict
: return dict keys: namespace, class, io_signature, make,
properties, methods
- : Can be used as an CLI command or an extenal API
+ : Can be used as an CLI command or an external API
"""
name = 'Block Parse Header'
description = 'Create a parsed output from a block header file'
@@ -95,7 +95,7 @@ class BlockHeaderParser(BlockTool):
: returns the parsed header data in python dict
: return dict keys: namespace, class, io_signature, make,
properties, methods
- : Can be used as an CLI command or an extenal API
+ : Can be used as an CLI command or an external API
"""
gr = self.modname.split('-')[0]
module = self.modname.split('-')[-1]