Explorar el Código

Fix typo in comment

Mike Naberezny hace 10 años
padre
commit
96a7f0992e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      supervisor/supervisord.py

+ 1 - 1
supervisor/supervisord.py

@@ -205,7 +205,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
 
             r, w, x = [], [], []