瀏覽代碼

Fix xmlrpclib typo

Marc Abramowitz 9 年之前
父節點
當前提交
1a07743ae7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CHANGES.txt

+ 1 - 1
CHANGES.txt

@@ -945,7 +945,7 @@
 - A new module "supervisor.childutils" was added.  This module
   provides utilities for Python scripts which act as children of
   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
   also contains utility functions that allow for parsing of
   supervisor event listener protocol headers.  A pair of scripts