浏览代码

Fix typo in comment

Mike Naberezny 10 年之前
父节点
当前提交
96a7f0992e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      supervisor/supervisord.py

+ 1 - 1
supervisor/supervisord.py

@@ -205,7 +205,7 @@ class Supervisor:
 
 
                 if not self.shutdown_report():
                 if not self.shutdown_report():
                     # if there are no unstopped processes (we're done
                     # 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
                     raise asyncore.ExitNow
 
 
             r, w, x = [], [], []
             r, w, x = [], [], []