From b90c2e740d3968f926a3069ace813640e0116c7e Mon Sep 17 00:00:00 2001 From: Daniele Forsi Date: Sat, 9 Oct 2021 23:17:31 +0200 Subject: [PATCH] Fix typos in print() strings --- pyModeS/decoder/__init__.py | 2 +- pyModeS/extra/rtlreader.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyModeS/decoder/__init__.py b/pyModeS/decoder/__init__.py index 8a1277c..b6686de 100644 --- a/pyModeS/decoder/__init__.py +++ b/pyModeS/decoder/__init__.py @@ -22,7 +22,7 @@ def tell(msg: str) -> None: tc = common.typecode(msg) if 1 <= tc <= 4: # callsign callsign = adsb.callsign(msg) - _print("Type", "Identitification and category") + _print("Type", "Identification and category") _print("Callsign:", callsign) if 5 <= tc <= 8: # surface position diff --git a/pyModeS/extra/rtlreader.py b/pyModeS/extra/rtlreader.py index a077a7e..5e55938 100644 --- a/pyModeS/extra/rtlreader.py +++ b/pyModeS/extra/rtlreader.py @@ -7,7 +7,7 @@ try: import rtlsdr except: print("------------------------------------------------------------------------") - print("! Warining: pyrtlsdr not installed (required for using RTL-SDR devices) ") + print("! Warning: pyrtlsdr not installed (required for using RTL-SDR devices) !") print("------------------------------------------------------------------------") sampling_rate = 2e6