Selaa lähdekoodia

fix a comment

Sven Czarnian 3 vuotta sitten
vanhempi
commit
dc2a435e8e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      aman/AMAN.py

+ 1 - 1
aman/AMAN.py

@@ -67,7 +67,7 @@ class AMAN:
             worker = Worker()
             worker.acquire(icao, airportConfig)
             self.workers.append(worker)
-            print('Starter worker for ' + icao)
+            print('Started worker for ' + icao)
 
         # create the EuroScope receiver
         self.receiver = Euroscope()