From ee2eb790faee1d221c34f9adf1ff6e5e54778d22 Mon Sep 17 00:00:00 2001 From: Paul Kronenwetter Date: Fri, 15 Apr 2022 07:17:35 -0400 Subject: [PATCH] Minor typo correction. --- test/test_rx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_rx.py b/test/test_rx.py index 3f059c12..e79d86ec 100644 --- a/test/test_rx.py +++ b/test/test_rx.py @@ -187,7 +187,7 @@ if nread_exceptions: print(f"RECEIVED BURSTS: {rx_bursts} RECEIVED FRAMES: {rx_total_frames} RX_ERRORS: {rx_errors}", file=sys.stderr) frx.close() -# and at last check if we had an openend pyaudio instance and close it +# and at last check if we had an opened pyaudio instance and close it if AUDIO_INPUT_DEVICE != -1: stream_rx.close() p.terminate()