From 3623a3da34ce1ee870d3f9d52582b2a082cf5f01 Mon Sep 17 00:00:00 2001 From: luzpaz <luzpaz@users.noreply.github.com> Date: Thu, 29 Oct 2020 12:35:15 -0400 Subject: 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` --- gr-blocks/python/blocks/qa_file_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-blocks/python/blocks/qa_file_source.py') 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___") -- cgit v1.2.3