Fix typos in print() strings

This commit is contained in:
Daniele Forsi 2021-10-09 23:17:31 +02:00
parent e39baf38ed
commit b90c2e740d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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