Просмотр исходного кода

Merge pull request #666 from msabramo/fix_xmlrpclib_typo

Fix xmlrpclib typo
Mike Naberezny 9 лет назад
Родитель
Сommit
363f5c952f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      CHANGES.txt

+ 1 - 1
CHANGES.txt

@@ -981,7 +981,7 @@
 - A new module "supervisor.childutils" was added.  This module
 - A new module "supervisor.childutils" was added.  This module
   provides utilities for Python scripts which act as children of
   provides utilities for Python scripts which act as children of
   supervisord.  Most notably, it contains an API method
   supervisord.  Most notably, it contains an API method
-  "getRPCInterface" allows you to obtain an xmlrpxlib ServerProxy
+  "getRPCInterface" allows you to obtain an xmlrpclib ServerProxy
   that is willing to communicate with the parent supervisor.  It
   that is willing to communicate with the parent supervisor.  It
   also contains utility functions that allow for parsing of
   also contains utility functions that allow for parsing of
   supervisor event listener protocol headers.  A pair of scripts
   supervisor event listener protocol headers.  A pair of scripts