aboutsummaryrefslogtreecommitdiffstats
path: root/tools/clang_format.py
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/clang_format.py
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/clang_format.py')
-rwxr-xr-xtools/clang_format.py2
1 files changed, 1 insertions, 1 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):