Browse Source

fix a comment

Sven Czarnian 3 years ago
parent
commit
dc2a435e8e
1 changed files with 1 additions and 1 deletions
  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()