summaryrefslogtreecommitdiff
path: root/gr-blocks/python/blocks/qa_wavfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/python/blocks/qa_wavfile.py')
-rw-r--r--gr-blocks/python/blocks/qa_wavfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/python/blocks/qa_wavfile.py b/gr-blocks/python/blocks/qa_wavfile.py
index 438da000e..761b0be9c 100644
--- a/gr-blocks/python/blocks/qa_wavfile.py
+++ b/gr-blocks/python/blocks/qa_wavfile.py
@@ -55,7 +55,7 @@ class test_wavefile(gr_unittest.TestCase):
self.tb.run()
wf_out.close()
- # we're loosing all extra header chunks
+ # we're losing all extra header chunks
self.assertEqual(getsize(infile) - g_extra_header_len, getsize(outfile))
in_f = open(infile, 'rb')