aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-07-09 16:27:22 -0400
committerMarcus Müller <marcus@hostalia.de>2019-07-17 22:54:23 +0200
commit925e1103e5791dc8be684a5269efc36c1bf4f557 (patch)
treeb56cbff2a2bb8e7f16805197d2c729397c5ec4f6 /tools
parentREADME: Add repology badge (diff)
downloadgnuradio-925e1103e5791dc8be684a5269efc36c1bf4f557.tar.xz
gnuradio-925e1103e5791dc8be684a5269efc36c1bf4f557.zip
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 'tools')
-rwxr-xr-xtools/clang_format.py2
-rwxr-xr-xtools/template_convert.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/clang_format.py b/tools/clang_format.py
index 67c4c16ac..693630e6d 100755
--- a/tools/clang_format.py
+++ b/tools/clang_format.py
@@ -69,7 +69,7 @@ def callo(args):
class ClangFormat(object):
"""Class encapsulates finding a suitable copy of clang-format,
- and linting/formating an individual file
+ and linting/formatting an individual file
"""
def __init__(self, path):
diff --git a/tools/template_convert.py b/tools/template_convert.py
index 8ff3d54c5..439d76e92 100755
--- a/tools/template_convert.py
+++ b/tools/template_convert.py
@@ -24,7 +24,7 @@ def get_real_name(block_definition):
def rewrite_cmakelists(block_definition):
"""
- Remove gengen template invokations from CMakeLists.txt
+ Remove gengen template invocations from CMakeLists.txt
"""
with open(
os.path.join(block_definition.get("path"), "CMakeLists.txt"),