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