diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2020-10-29 12:35:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 12:35:15 -0400 |
commit | 3623a3da34ce1ee870d3f9d52582b2a082cf5f01 (patch) | |
tree | 3e851740fda3bb6c0341619ae6b2e528d9719279 /gr-blocks/python/blocks/qa_file_source.py | |
parent | cae088eb3ef5bc12844fbbd265363bfadec6a798 (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-blocks/python/blocks/qa_file_source.py')
-rw-r--r-- | gr-blocks/python/blocks/qa_file_source.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/python/blocks/qa_file_source.py b/gr-blocks/python/blocks/qa_file_source.py index 2055145ad6..57429f68ed 100644 --- a/gr-blocks/python/blocks/qa_file_source.py +++ b/gr-blocks/python/blocks/qa_file_source.py @@ -49,7 +49,7 @@ class test_file_source(gr_unittest.TestCase): def test_file_source_no_such_file(self): """ - Try to open a non-existant file and verify exception is thrown. + Try to open a non-existent file and verify exception is thrown. """ try: _ = blocks.file_source(gr.sizeof_float, "___no_such_file___") |