Parcourir la source

Fix typo in comment

Mike Naberezny il y a 10 ans
Parent
commit
c7afdaa147
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      supervisor/supervisord.py

+ 1 - 1
supervisor/supervisord.py

@@ -201,7 +201,7 @@ class Supervisor:
 
                 if not self.shutdown_report():
                     # if there are no unstopped processes (we're done
-                    # killing everything), it's OK to swtop or reload
+                    # killing everything), it's OK to shutdown or reload
                     raise asyncore.ExitNow
 
             for fd, dispatcher in combined_map.items():