Mike Naberezny 10 роки тому
батько
коміт
7e9ee499c7
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      supervisor/rpcinterface.py

+ 2 - 2
supervisor/rpcinterface.py

@@ -62,7 +62,7 @@ class SupervisorNamespaceRPCInterface:
         return VERSION
         return VERSION
 
 
     def getIdentification(self):
     def getIdentification(self):
-        """ Return identifiying string of supervisord
+        """ Return identifying string of supervisord
 
 
         @return string identifier identifying string
         @return string identifier identifying string
         """
         """
@@ -195,7 +195,7 @@ class SupervisorNamespaceRPCInterface:
         """ Remove a stopped process from the active configuration.
         """ Remove a stopped process from the active configuration.
 
 
         @param string name         name of process group to remove
         @param string name         name of process group to remove
-        @return boolean result     Indicates wether the removal was successful
+        @return boolean result     Indicates whether the removal was successful
         """
         """
         self._update('removeProcessGroup')
         self._update('removeProcessGroup')
         if name not in self.supervisord.process_groups:
         if name not in self.supervisord.process_groups: