Mike Naberezny преди 10 години
родител
ревизия
1bcd36497b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      supervisor/process.py

+ 1 - 1
supervisor/process.py

@@ -42,7 +42,7 @@ class Subprocess:
     delay = 0 # If nonzero, delay starting or killing until this time
     administrative_stop = False # true if process has been stopped by an admin
     system_stop = False # true if process has been stopped by the system
-    killing = False # true if are trying to kill this process
+    killing = False # true if we are trying to kill this process
     backoff = 0 # backoff counter (to startretries)
     dispatchers = None # asnycore output dispatchers (keyed by fd)
     pipes = None # map of channel name to file descriptor #